diff options
Diffstat (limited to 'block/partitions/karma.h')
-rw-r--r-- | block/partitions/karma.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/block/partitions/karma.h b/block/partitions/karma.h new file mode 100644 index 00000000000..c764b2e9df2 --- /dev/null +++ b/block/partitions/karma.h @@ -0,0 +1,8 @@ +/* + * fs/partitions/karma.h + */ + +#define KARMA_LABEL_MAGIC 0xAB56 + +int karma_partition(struct parsed_partitions *state); + |