aboutsummaryrefslogtreecommitdiffstats
path: root/syslinux.h
diff options
context:
space:
mode:
Diffstat (limited to 'syslinux.h')
-rw-r--r--syslinux.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/syslinux.h b/syslinux.h
index ccfb0f0c..6e4315b6 100644
--- a/syslinux.h
+++ b/syslinux.h
@@ -19,11 +19,16 @@
/* The standard boot sector and ldlinux image */
extern unsigned char syslinux_bootsect[];
extern unsigned int syslinux_bootsect_len;
+extern int syslinux_bootsect_mtime;
extern unsigned char syslinux_ldlinux[];
extern unsigned int syslinux_ldlinux_len;
extern int syslinux_ldlinux_mtime;
+extern unsigned char syslinux_mbr[];
+extern unsigned int syslinux_mbr_len;
+extern int syslinux_mbr_mtime;
+
/* This switches the boot sector to "stupid mode" */
void syslinux_make_stupid(void);