diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-06-22 00:39:41 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 12:50:05 +0200 |
commit | a9c1182fbd349882fe912245d6e03cd30943be2d (patch) | |
tree | 5f37f3c7f5ddafb7dcbe5dd6316090d4aed18b36 /include/asm-x86/setup.h | |
parent | x86: add e820_remove_range (diff) | |
download | linux-a9c1182fbd349882fe912245d6e03cd30943be2d.tar.xz linux-a9c1182fbd349882fe912245d6e03cd30943be2d.zip |
x86: seperate probe_roms into another file
it is only needed for 32bit
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to '')
-rw-r--r-- | include/asm-x86/setup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/setup.h b/include/asm-x86/setup.h index b434bdd82ba7..cf87d6d3675c 100644 --- a/include/asm-x86/setup.h +++ b/include/asm-x86/setup.h @@ -54,6 +54,7 @@ extern struct boot_params boot_params; #ifdef __i386__ void __init i386_start_kernel(void); +extern void probe_roms(void); extern unsigned long init_pg_tables_start; extern unsigned long init_pg_tables_end; |