]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/e820.h
Xen: make events.c portable for ia64/xen support
[linux-2.6-omap-h63xx.git] / include / asm-x86 / e820.h
index 3e214f39fad3df2b9674d1b1f9cb1d8c9abd3338..7004251fc66bd7925a787bd09ccb675dc0714de8 100644 (file)
@@ -22,6 +22,12 @@ struct e820map {
 };
 #endif /* __ASSEMBLY__ */
 
+#define ISA_START_ADDRESS      0xa0000
+#define ISA_END_ADDRESS                0x100000
+
+#define BIOS_BEGIN             0x000a0000
+#define BIOS_END               0x00100000
+
 #ifdef __KERNEL__
 #ifdef CONFIG_X86_32
 # include "e820_32.h"