1 #ifndef __IO_RAM_H 2 #define __IO_RAM_H 3 4 #define IORAM_BASE_PHYS 0xff000000UL 5 #define IORAM_LEN 0x10000UL 6 7 #endif 8
1 #ifndef __IO_RAM_H 2 #define __IO_RAM_H 3 4 #define IORAM_BASE_PHYS 0xff000000UL 5 #define IORAM_LEN 0x10000UL 6 7 #endif 8