10 lines
163 B
C
10 lines
163 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* fs/partitions/karma.h
|
||
|
*/
|
||
|
|
||
|
#define KARMA_LABEL_MAGIC 0xAB56
|
||
|
|
||
|
int karma_partition(struct parsed_partitions *state);
|
||
|
|