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