mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-23 16:53:58 -05:00
9be96f3fd1
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
8 lines
124 B
C
8 lines
124 B
C
/*
|
|
* fs/partitions/karma.h
|
|
*/
|
|
|
|
#define KARMA_LABEL_MAGIC 0xAB56
|
|
|
|
int karma_partition(struct parsed_partitions *state);
|
|
|