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