summaryrefslogtreecommitdiff
path: root/core/include/disk.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/include/disk.h')
-rw-r--r--core/include/disk.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/include/disk.h b/core/include/disk.h
index 55d24fbc..da6555ae 100644
--- a/core/include/disk.h
+++ b/core/include/disk.h
@@ -5,12 +5,9 @@
#include <stdint.h>
#include <stdbool.h>
-#define SECTOR_SHIFT 9
-
typedef uint64_t sector_t;
typedef uint64_t block_t;
-
/*
* struct disk: contains the information about a specific disk and also
* contains the I/O function.