summaryrefslogtreecommitdiffstats
path: root/include/partition.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/partition.h')
-rw-r--r--include/partition.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/partition.h b/include/partition.h
deleted file mode 100644
index 373134afad..0000000000
--- a/include/partition.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-#ifndef __PARTITION_H
-#define __PARTITION_H
-
-#include <driver.h>
-
-struct partition {
- int num;
-
- int flags;
-
- loff_t offset;
-
- struct device_d *physdev;
- struct device_d device;
-
- char name[16];
- struct cdev cdev;
-};
-
-#endif /* __PARTITION_H */