blob: 3e569bb31b0bd285254a0f905119cf9f46a038d2 (
plain)
1
2
3
4
5
6
|
#ifndef NORTHBRIDGE_INTEL_440BX_H
#define NORTHBRIDGE_INTEL_440BX_H
extern unsigned int i440bx_scan_root_bus(device_t root, unsigned int max);
#endif /* NORTHBRIDGE_INTEL_440BX_H */
|