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