kernel/block/partitions/sgi.c
.. .. @@ -6,7 +6,12 @@ 6 6 */ 7 7 8 8 #include "check.h" 9 -#include "sgi.h"9 +10 +#define SGI_LABEL_MAGIC 0x0be5a94111 +12 +enum {13 + LINUX_RAID_PARTITION = 0xfd, /* autodetect RAID partition */14 +};10 15 11 16 struct sgi_disklabel { 12 17 __be32 magic_mushroom; /* Big fat spliff... */