Subversion Repositories shark

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
424 giacomo 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 */