summaryrefslogtreecommitdiff
path: root/windhoek/partitions/msdos.h
diff options
context:
space:
mode:
Diffstat (limited to 'windhoek/partitions/msdos.h')
-rw-r--r--windhoek/partitions/msdos.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/windhoek/partitions/msdos.h b/windhoek/partitions/msdos.h
deleted file mode 100644
index 01e5e0b6..00000000
--- a/windhoek/partitions/msdos.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
- * fs/partitions/msdos.h
- */
-
-#define MSDOS_LABEL_MAGIC 0xAA55
-
-int msdos_partition(struct parsed_partitions *state, struct block_device *bdev);
-