blob: 0ee533f011557e7761c82a50879925e4eaa8e732 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef NORTHBRIDGE_INTEL_E7525_H
#define NORTHBRIDGE_INTEL_E7525_H
extern unsigned int e7525_scan_root_bus(device_t root, unsigned int max);
#endif /* NORTHBRIDGE_INTEL_E7525_H */
|