1 #ifndef _ASM_X86_BIOS_EBDA_H
2 #define _ASM_X86_BIOS_EBDA_H
9 static inline unsigned int get_bios_ebda(
void)
23 static inline unsigned int get_bios_ebda_length(
void)
28 address = get_bios_ebda();
37 length =
min_t(
unsigned int, (640 * 1024) - address, length);
43 #ifdef CONFIG_X86_CHECK_BIOS_CORRUPTION
49 void start_periodic_check_for_corruption(
void);
55 static inline void start_periodic_check_for_corruption(
void)