diff options
Diffstat (limited to 'block/partitions/sun.h')
-rw-r--r-- | block/partitions/sun.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/block/partitions/sun.h b/block/partitions/sun.h new file mode 100644 index 000000000000..2424baa8319f --- /dev/null +++ b/block/partitions/sun.h | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | * fs/partitions/sun.h | ||
3 | */ | ||
4 | |||
5 | #define SUN_LABEL_MAGIC 0xDABE | ||
6 | #define SUN_VTOC_SANITY 0x600DDEEE | ||
7 | |||
8 | int sun_partition(struct parsed_partitions *state); | ||