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 00000000000..b1b19fda7b2 --- /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); |