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