1 /*
2  *  fs/partitions/sgi.h
3  */
4 
5 extern int sgi_partition(struct gendisk *hd, struct block_device *bdev,
6 	 unsigned long first_sector, int first_part_minor);
7 
8 #define SGI_LABEL_MAGIC 0x0be5a941
9 
10