summaryrefslogtreecommitdiff
path: root/com32/mboot/mboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'com32/mboot/mboot.h')
-rw-r--r--com32/mboot/mboot.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/com32/mboot/mboot.h b/com32/mboot/mboot.h
index 0f33a511..c05d69f1 100644
--- a/com32/mboot/mboot.h
+++ b/com32/mboot/mboot.h
@@ -69,6 +69,10 @@ static inline void error(const char *msg)
/* mboot.c */
extern struct multiboot_info mbinfo;
extern struct syslinux_pm_regs regs;
+extern struct my_options {
+ bool solaris;
+ bool aout;
+} opt;
/* map.c */
#define MAP_HIGH 1
@@ -84,4 +88,7 @@ void mboot_make_memmap(void);
/* apm.c */
void mboot_apm(void);
+/* solaris.c */
+void mboot_solaris_dhcp_hack(void);
+
#endif /* MBOOT_H */