Blame view

block/partitions/sun.h 169 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
  /*
   *  fs/partitions/sun.h
   */
  
  #define SUN_LABEL_MAGIC          0xDABE
3961bae0a   Mark   [PARTITION]: Sun/...
6
  #define SUN_VTOC_SANITY          0x600DDEEE
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
7

1493bf217   Tejun Heo   block: use struct...
8
  int sun_partition(struct parsed_partitions *state);