summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux/latest/com32/gplinclude/disk/mbrs.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/syslinux/latest/com32/gplinclude/disk/mbrs.h')
-rw-r--r--contrib/syslinux/latest/com32/gplinclude/disk/mbrs.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/contrib/syslinux/latest/com32/gplinclude/disk/mbrs.h b/contrib/syslinux/latest/com32/gplinclude/disk/mbrs.h
deleted file mode 100644
index ad104ff..0000000
--- a/contrib/syslinux/latest/com32/gplinclude/disk/mbrs.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/* ----------------------------------------------------------------------- *
- *
- * Copyright 2009 Pierre-Alexandre Meyer
- *
- * This file is part of Syslinux, and is made available under
- * the terms of the GNU General Public License version 2.
- *
- * ----------------------------------------------------------------------- */
-
-#ifndef __MBRS_H_
-#define __MBRS_H_
-
-#include <stdint.h>
-#include <disk/geom.h>
-
-void get_mbr_string(const uint32_t, void *, const int);
-uint32_t get_mbr_id(const struct driveinfo *);
-#endif /* __MBRS_H_ */