diff options
Diffstat (limited to 'fs/partitions/sgi.h')
-rw-r--r-- | fs/partitions/sgi.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/partitions/sgi.h b/fs/partitions/sgi.h new file mode 100644 index 000000000000..5d5595c09928 --- /dev/null +++ b/fs/partitions/sgi.h @@ -0,0 +1,8 @@ +/* + * fs/partitions/sgi.h + */ + +extern int sgi_partition(struct parsed_partitions *state, struct block_device *bdev); + +#define SGI_LABEL_MAGIC 0x0be5a941 + |