409f211a82f6ecd3b46b6f943b5a0bbba12e317b
[coreboot.git] / src / include / device / pciexp.h
1 #ifndef DEVICE_PCIEXP_H
2 #define DEVICE_PCIEXP_H
3 /* (c) 2005 Linux Networx GPL see COPYING for details */
4
5 unsigned int pciexp_scan_bus(struct bus *bus, unsigned int min_devfn,
6                              unsigned int max_devfn, unsigned int max);
7 unsigned int pciexp_scan_bridge(device_t dev, unsigned int max);
8
9 extern struct device_operations default_pciexp_ops_bus;
10
11 #endif /* DEVICE_PCIEXP_H */