summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux/syslinux-4.03/com32/gplinclude/disk/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/syslinux/syslinux-4.03/com32/gplinclude/disk/util.h')
-rw-r--r--contrib/syslinux/syslinux-4.03/com32/gplinclude/disk/util.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/contrib/syslinux/syslinux-4.03/com32/gplinclude/disk/util.h b/contrib/syslinux/syslinux-4.03/com32/gplinclude/disk/util.h
deleted file mode 100644
index 52f085a..0000000
--- a/contrib/syslinux/syslinux-4.03/com32/gplinclude/disk/util.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* ----------------------------------------------------------------------- *
- *
- * Copyright 2009 Pierre-Alexandre Meyer
- *
- * Some parts borrowed from chain.c32:
- *
- * Copyright 2003-2009 H. Peter Anvin - All Rights Reserved
- * Copyright 2009 Intel Corporation; author: H. Peter Anvin
- *
- * This file is part of Syslinux, and is made available under
- * the terms of the GNU General Public License version 2.
- *
- * ----------------------------------------------------------------------- */
-
-#ifndef _UTIL_H_
-#define _UTIL_H_
-
-#include <com32.h>
-
-int int13_retry(const com32sys_t * inreg, com32sys_t * outreg);
-#endif /* _UTIL_H_ */