summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux/latest/com32/gplinclude/disk/bootloaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/syslinux/latest/com32/gplinclude/disk/bootloaders.h')
-rw-r--r--contrib/syslinux/latest/com32/gplinclude/disk/bootloaders.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/syslinux/latest/com32/gplinclude/disk/bootloaders.h b/contrib/syslinux/latest/com32/gplinclude/disk/bootloaders.h
deleted file mode 100644
index 56a0f4e..0000000
--- a/contrib/syslinux/latest/com32/gplinclude/disk/bootloaders.h
+++ /dev/null
@@ -1,19 +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 __BOOTLOADERS_H_
-#define __BOOTLOADERS_H_
-
-#include <stdint.h>
-#include <disk/geom.h>
-#include <disk/partition.h>
-
-int get_bootloader_string(struct driveinfo *, const struct part_entry *,
- char *, const int);
-#endif /* __BOOTLOADERS_H_ */