Adding upstream version 6.02~pre8+dfsg.
[syslinux-debian/hramrach.git] / com32 / lib / pci / pci.h
blob8d81b0e4f340453e26305544e202d121afd40e45
1 /*
2 * pci/pci.h
4 * Common internal header file
5 */
7 #ifndef PCI_PCI_H
9 #include <sys/pci.h>
10 #include <sys/cpu.h>
12 extern enum pci_config_type __pci_cfg_type;
13 extern uint32_t __pci_read_write_bios(uint32_t call, uint32_t v, pciaddr_t a);
15 #endif /* PCI_PCI_H */