aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/bios_ebda.h
diff options
context:
space:
mode:
authorAkinobu Mita <akinobu.mita@gmail.com>2008-04-19 10:55:18 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-26 11:35:47 -0400
commit2c0903f2abde95d931ecccac7198a685eb04e958 (patch)
tree7524c05988aed0705325366df05cd52f2f737868 /include/asm-x86/bios_ebda.h
parent7c04e64a1b43b4c8fea281ce1f82df30ed9bab4e (diff)
x86: get_bios_ebda() requires asm/io.h
include <asm/io.h> for phys_to_virt() Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/bios_ebda.h')
-rw-r--r--include/asm-x86/bios_ebda.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/bios_ebda.h b/include/asm-x86/bios_ebda.h
index 9cbd9a668af8..b4a46b7be794 100644
--- a/include/asm-x86/bios_ebda.h
+++ b/include/asm-x86/bios_ebda.h
@@ -1,6 +1,8 @@
1#ifndef _MACH_BIOS_EBDA_H 1#ifndef _MACH_BIOS_EBDA_H
2#define _MACH_BIOS_EBDA_H 2#define _MACH_BIOS_EBDA_H
3 3
4#include <asm/io.h>
5
4/* 6/*
5 * there is a real-mode segmented pointer pointing to the 7 * there is a real-mode segmented pointer pointing to the
6 * 4K EBDA area at 0x40E. 8 * 4K EBDA area at 0x40E.