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