aboutsummaryrefslogtreecommitdiffstats
path: root/com32/gplinclude/disk/geom.h
diff options
context:
space:
mode:
Diffstat (limited to 'com32/gplinclude/disk/geom.h')
-rw-r--r--com32/gplinclude/disk/geom.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/com32/gplinclude/disk/geom.h b/com32/gplinclude/disk/geom.h
index f0c5b6dd..30dc86bf 100644
--- a/com32/gplinclude/disk/geom.h
+++ b/com32/gplinclude/disk/geom.h
@@ -3,16 +3,6 @@
#include <stdint.h>
-#define SECTOR 512 /* bytes/sector */
-
-struct ebios_dapa {
- uint16_t len;
- uint16_t count;
- uint16_t off;
- uint16_t seg;
- uint64_t lba;
-};
-
/**
* INT 13 Extensions
*