aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/x86_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/x86_init.h')
-rw-r--r--arch/x86/include/asm/x86_init.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/x86_init.h b/arch/x86/include/asm/x86_init.h
index ceffbf358fc0..ee7c59df7814 100644
--- a/arch/x86/include/asm/x86_init.h
+++ b/arch/x86/include/asm/x86_init.h
@@ -59,9 +59,11 @@ struct x86_init_irqs {
59/** 59/**
60 * struct x86_init_oem - oem platform specific customizing functions 60 * struct x86_init_oem - oem platform specific customizing functions
61 * @arch_setup: platform specific architecure setup 61 * @arch_setup: platform specific architecure setup
62 * @banner: print a platform specific banner
62 */ 63 */
63struct x86_init_oem { 64struct x86_init_oem {
64 void (*arch_setup)(void); 65 void (*arch_setup)(void);
66 void (*banner)(void);
65}; 67};
66 68
67/** 69/**