blob: 516834f23a34cdcdb55761a0cbe1d1cd0b3404f9 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef NORTHBRIDGE_INTEL_E7520_H
#define NORTHBRIDGE_INTEL_E7520_H
extern unsigned int e7520_scan_root_bus(device_t root, unsigned int max);
#endif /* NORTHBRIDGE_INTEL_E7520_H */
|