c05564c4d8
Android 13
9 lines
124 B
C
Executable file
9 lines
124 B
C
Executable file
/*
|
|
* fs/partitions/karma.h
|
|
*/
|
|
|
|
#define KARMA_LABEL_MAGIC 0xAB56
|
|
|
|
int karma_partition(struct parsed_partitions *state);
|
|
|