blob: 9ea662d49052d71c0d4bcd675d57fb34aa0683c9 [file] [log] [blame]
Yinghai Lu13f1c2a2005-07-08 02:49:49 +00001#ifndef DEVICE_PCIEXP_H
2#define DEVICE_PCIEXP_H
3/* (c) 2005 Linux Networx GPL see COPYING for details */
4
5unsigned int pciexp_scan_bus(struct bus *bus,
6 unsigned min_devfn, unsigned max_devfn, unsigned int max);
7unsigned int pciexp_scan_bridge(device_t dev, unsigned int max);
8
9extern struct device_operations default_pciexp_ops_bus;
10
11#endif /* DEVICE_PCIEXP_H */