Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / include / device / agp.h
1 #ifndef DEVICE_AGP_H
2 #define DEVICE_AGP_H
3 /* (c) 2005 Linux Networx GPL see COPYING for details */
4
5 unsigned int agp_scan_bus(struct bus *bus,
6         unsigned min_devfn, unsigned max_devfn, unsigned int max);
7 unsigned int agp_scan_bridge(device_t dev, unsigned int max);
8
9 extern struct device_operations default_agp_ops_bus;
10
11
12 #endif /* DEVICE_AGP_H */