ApertureOS
priv_pci.h
Go to the documentation of this file.
1 #ifndef _PRIV_PCI_H_
2 #define _PRIV_PCI_H_
3 
4 #include "types.h"
5 
6 #define PCI_ADDR 0xCF8
7 #define PCI_DATA 0xCFC
8 
9 
10 
11 #endif /* end of include guard: _PRIV_PCI_H_ */