Raw File
karma.h
/*
 *  fs/partitions/karma.h
 */

#define KARMA_LABEL_MAGIC		0xAB56

int karma_partition(struct parsed_partitions *state);

back to top