equivalent of corresponding file release

This commit is contained in:
Markus Fröschle
2013-10-15 07:49:49 +00:00
commit 63fb45f6ea
104 changed files with 55518 additions and 0 deletions

10
BaS_gcc/include/pci.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef _PCI_H_
#define _PCI_H_
#define PCI_MEMORY_OFFSET 0x80000000
#define PCI_MEMORY_SIZE 0x40000000
#define PCI_IO_OFFSET 0xB0000000
#define PCI_IO_SIZE 0x10000000
#endif /* _PCI_H_ */