xref: /kvm-unit-tests/x86/ioram.h (revision c865f654ffe4c5955038aaf74f702ba62f3eb014)
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