aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/setup.h
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel@gmail.com>2008-06-21 15:39:41 -0700
committerIngo Molnar <mingo@elte.hu>2008-07-08 12:50:05 +0200
commita9c1182fbd349882fe912245d6e03cd30943be2d (patch)
tree5f37f3c7f5ddafb7dcbe5dd6316090d4aed18b36 /include/asm-x86/setup.h
parent7a1fd9866cbb59a00006f1e0fd5726951b167c97 (diff)
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 'include/asm-x86/setup.h')
-rw-r--r--include/asm-x86/setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/setup.h b/include/asm-x86/setup.h
index b434bdd82ba..cf87d6d3675 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;