ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / include / asm-i386 / mach-pc9800 / bios_ebda.h
1 #ifndef _MACH_BIOS_EBDA_H
2 #define _MACH_BIOS_EBDA_H
3
4 /*
5  * PC-9800 has no EBDA.
6  * Its BIOS uses 0x40E for other purpose,
7  * Not pointer to 4K EBDA area.
8  */
9 static inline unsigned int get_bios_ebda(void)
10 {
11         return 0;       /* 0 means none */
12 }
13
14 #endif /* _MACH_BIOS_EBDA_H */