Yinghai Lu | 7715f26 | 2005-01-12 23:52:07 +0000 | [diff] [blame] | 1 | #ifndef PCI_ONBOARD_H |
2 | #define PCI_ONBOARD_H | ||||
3 | |||||
4 | struct drivers_pci_onboard_config | ||||
5 | { | ||||
6 | unsigned long rom_address; | ||||
7 | }; | ||||
8 | struct chip_operations; | ||||
9 | extern struct chip_operations drivers_pci_onboard_ops; | ||||
10 | |||||
11 | #endif |