diff options
Diffstat (limited to 'fs/partitions/sun.h')
-rw-r--r-- | fs/partitions/sun.h | 7 |
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 @@ | |||
1 | /* | ||
2 | * fs/partitions/sun.h | ||
3 | */ | ||
4 | |||
5 | #define SUN_LABEL_MAGIC 0xDABE | ||
6 | |||
7 | int sun_partition(struct parsed_partitions *state, struct block_device *bdev); | ||