diff options
Diffstat (limited to 'include/asm-x86/setup.h')
-rw-r--r-- | include/asm-x86/setup.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-x86/setup.h b/include/asm-x86/setup.h index 64f5f0c11d66..9e163fc3e984 100644 --- a/include/asm-x86/setup.h +++ b/include/asm-x86/setup.h | |||
@@ -50,15 +50,9 @@ extern struct boot_params boot_params; | |||
50 | */ | 50 | */ |
51 | #define LOWMEMSIZE() (0x9f000) | 51 | #define LOWMEMSIZE() (0x9f000) |
52 | 52 | ||
53 | struct e820entry; | ||
54 | |||
55 | char * __init machine_specific_memory_setup(void); | 53 | char * __init machine_specific_memory_setup(void); |
56 | char *memory_setup(void); | 54 | char *memory_setup(void); |
57 | 55 | ||
58 | int __init copy_e820_map(struct e820entry *biosmap, int nr_map); | ||
59 | void __init add_memory_region(unsigned long long start, | ||
60 | unsigned long long size, int type); | ||
61 | |||
62 | 56 | ||
63 | void __init i386_start_kernel(void); | 57 | void __init i386_start_kernel(void); |
64 | 58 | ||