summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux/syslinux-4.03/com32/gplinclude/disk/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/syslinux/syslinux-4.03/com32/gplinclude/disk/common.h')
-rw-r--r--contrib/syslinux/syslinux-4.03/com32/gplinclude/disk/common.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/contrib/syslinux/syslinux-4.03/com32/gplinclude/disk/common.h b/contrib/syslinux/syslinux-4.03/com32/gplinclude/disk/common.h
deleted file mode 100644
index 4e415c1..0000000
--- a/contrib/syslinux/syslinux-4.03/com32/gplinclude/disk/common.h
+++ /dev/null
@@ -1,33 +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 _COMMON_H_
-#define _COMMON_H_
-
-#include <stdint.h>
-
-/* For PAGE_SIZE */
-#include <cpuid.h>
-
-#define SECTOR 512 /* bytes/sector */
-
-struct ebios_dapa {
- uint16_t len;
- uint16_t count;
- uint16_t off;
- uint16_t seg;
- uint64_t lba;
-};
-
-#endif /* _COMMON_H_ */