v86/tests/kvm-unit-tests/x86/ioram.h
2017-04-29 13:22:17 -05:00

8 lines
118 B
C

#ifndef __IO_RAM_H
#define __IO_RAM_H
#define IORAM_BASE_PHYS 0xff000000UL
#define IORAM_LEN 0x10000UL
#endif