summaryrefslogtreecommitdiffstats
path: root/fdisk/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'fdisk/common.h')
-rw-r--r--fdisk/common.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/fdisk/common.h b/fdisk/common.h
new file mode 100644
index 000000000..d9fa4e8ec
--- /dev/null
+++ b/fdisk/common.h
@@ -0,0 +1,8 @@
+/* common stuff for fdisk, cfdisk, sfdisk */
+
+struct systypes {
+ unsigned char type;
+ char *name;
+};
+
+extern struct systypes i386_sys_types[];