]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/bios_ebda.h
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluet...
[linux-2.6-omap-h63xx.git] / include / asm-x86 / bios_ebda.h
index 9cbd9a668af814ca81a870e93edb3c70a2da1161..0033e50c13b28cec6bfcd479ced48e01798e9e76 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _MACH_BIOS_EBDA_H
 #define _MACH_BIOS_EBDA_H
 
+#include <asm/io.h>
+
 /*
  * there is a real-mode segmented pointer pointing to the
  * 4K EBDA area at 0x40E.
@@ -12,4 +14,6 @@ static inline unsigned int get_bios_ebda(void)
        return address; /* 0 means none */
 }
 
+void reserve_ebda_region(void);
+
 #endif /* _MACH_BIOS_EBDA_H */