https://jxself.org/git/linux-libre.git
Raw File
Tip revision: f51e5feea4a7d579702463186d9148b3388206c4 authored by Jason Self on 14 January 2009, 17:44:44 UTC
Linux-libre 2.6.27.11-gnu1
Tip revision: f51e5fe
osf.h
/*
 *  fs/partitions/osf.h
 */

#define DISKLABELMAGIC (0x82564557UL)

int osf_partition(struct parsed_partitions *state, struct block_device *bdev);
back to top