summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux/latest/com32/gplinclude/disk/swsusp.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/syslinux/latest/com32/gplinclude/disk/swsusp.h')
-rw-r--r--contrib/syslinux/latest/com32/gplinclude/disk/swsusp.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/syslinux/latest/com32/gplinclude/disk/swsusp.h b/contrib/syslinux/latest/com32/gplinclude/disk/swsusp.h
deleted file mode 100644
index 3e9acac..0000000
--- a/contrib/syslinux/latest/com32/gplinclude/disk/swsusp.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef _SWSUSP_H_
-#define _SWSUSP_H_
-
-#include <disk/geom.h>
-#include <disk/common.h>
-#include <disk/partition.h>
-
-#define SWSUSP_SIG "S1SUSPEND"
-
-struct swsusp_header {
- char reserved[PAGE_SIZE - 20 - sizeof(unsigned long) - sizeof(int)];
- unsigned long image;
- unsigned int flags; /* Flags to pass to the "boot" kernel */
- char orig_sig[10];
- char sig[10];
-} __attribute__ ((packed));
-
-int swsusp_check(struct driveinfo *, struct part_entry *);
-#endif /* _SWSUSP_H */