Blame view

block/partitions/osf.h 123 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
  /*
   *  fs/partitions/osf.h
   */
  
  #define DISKLABELMAGIC (0x82564557UL)
1493bf217   Tejun Heo   block: use struct...
6
  int osf_partition(struct parsed_partitions *state);