diff options
Diffstat (limited to 'include/asm-x86/mach-visws/setup_arch.h')
-rw-r--r-- | include/asm-x86/mach-visws/setup_arch.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-x86/mach-visws/setup_arch.h b/include/asm-x86/mach-visws/setup_arch.h new file mode 100644 index 000000000000..33f700ef6831 --- /dev/null +++ b/include/asm-x86/mach-visws/setup_arch.h | |||
@@ -0,0 +1,8 @@ | |||
1 | /* Hook to call BIOS initialisation function */ | ||
2 | |||
3 | extern unsigned long sgivwfb_mem_phys; | ||
4 | extern unsigned long sgivwfb_mem_size; | ||
5 | |||
6 | /* no action for visws */ | ||
7 | |||
8 | #define ARCH_SETUP | ||