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 000000000000..b9553ebdd5a9 --- /dev/null +++ b/block/partitions/sgi.h | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | * fs/partitions/sgi.h | ||
3 | */ | ||
4 | |||
5 | extern int sgi_partition(struct parsed_partitions *state); | ||
6 | |||
7 | #define SGI_LABEL_MAGIC 0x0be5a941 | ||
8 | |||