diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-09-16 00:25:05 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:54:06 -0500 |
commit | 9be96f3fd10187f185d84cf878cf032465bcced3 (patch) | |
tree | 432a430ed9e0cbe0c18916cd3c3992f09b3feb37 /block/partitions/karma.h | |
parent | 4752bc309b7604d507c973c7b7678ac2ce10a058 (diff) |
move fs/partitions to block/
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
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 000000000000..c764b2e9df21 --- /dev/null +++ b/block/partitions/karma.h | |||
@@ -0,0 +1,8 @@ | |||
1 | /* | ||
2 | * fs/partitions/karma.h | ||
3 | */ | ||
4 | |||
5 | #define KARMA_LABEL_MAGIC 0xAB56 | ||
6 | |||
7 | int karma_partition(struct parsed_partitions *state); | ||
8 | |||