blob: ba2725a2b452d0fc0bfe590b60a27da279716e0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef PCI_REALMODE_H
#define PCI_REALMODE_H
struct drivers_pci_realmode_config
{
unsigned long rom_address;
};
//struct chip_operations;
extern struct chip_operations drivers_pci_realmode_ops;
#endif
|