aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/bootparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/bootparam.h')
-rw-r--r--include/asm-x86/bootparam.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-x86/bootparam.h b/include/asm-x86/bootparam.h
index f62f4733606b..0a073904168b 100644
--- a/include/asm-x86/bootparam.h
+++ b/include/asm-x86/bootparam.h
@@ -106,4 +106,7 @@ struct boot_params {
106 __u8 _pad9[276]; /* 0xeec */ 106 __u8 _pad9[276]; /* 0xeec */
107} __attribute__((packed)); 107} __attribute__((packed));
108 108
109void reserve_setup_data(void);
110void parse_setup_data(void);
111
109#endif /* _ASM_BOOTPARAM_H */ 112#endif /* _ASM_BOOTPARAM_H */