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