summaryrefslogtreecommitdiff
path: root/com32/lib/pci/pci.h
blob: 8d81b0e4f340453e26305544e202d121afd40e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * pci/pci.h
 *
 * Common internal header file
 */

#ifndef PCI_PCI_H

#include <sys/pci.h>
#include <sys/cpu.h>

extern enum pci_config_type __pci_cfg_type;
extern uint32_t __pci_read_write_bios(uint32_t call, uint32_t v, pciaddr_t a);

#endif /* PCI_PCI_H */