aboutsummaryrefslogtreecommitdiff
path: root/fs/partitions/sun.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/partitions/sun.h')
-rw-r--r--fs/partitions/sun.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/partitions/sun.h b/fs/partitions/sun.h
new file mode 100644
index 000000000000..b1b19fda7b22
--- /dev/null
+++ b/fs/partitions/sun.h
@@ -0,0 +1,7 @@
+/*
+ * fs/partitions/sun.h
+ */
+
+#define SUN_LABEL_MAGIC 0xDABE
+
+int sun_partition(struct parsed_partitions *state, struct block_device *bdev);