diff options
Diffstat (limited to 'include/asm-x86/mach-default/setup_arch.h')
-rw-r--r-- | include/asm-x86/mach-default/setup_arch.h | 7 |
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 @@ +/* Hook to call BIOS initialisation function */ + +/* no action for generic */ + +#ifndef ARCH_SETUP +#define ARCH_SETUP +#endif |