aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/mach-default/setup_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/mach-default/setup_arch.h')
-rw-r--r--include/asm-x86/mach-default/setup_arch.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-x86/mach-default/setup_arch.h b/include/asm-x86/mach-default/setup_arch.h
new file mode 100644
index 000000000000..605e3ccb991b
--- /dev/null
+++ b/include/asm-x86/mach-default/setup_arch.h
@@ -0,0 +1,7 @@
1/* Hook to call BIOS initialisation function */
2
3/* no action for generic */
4
5#ifndef ARCH_SETUP
6#define ARCH_SETUP
7#endif