linux/block/partitions/karma.c

// SPDX-License-Identifier: GPL-2.0
/*
 *  fs/partitions/karma.c
 *  Rio Karma partition info.
 *
 *  Copyright (C) 2006 Bob Copeland ([email protected])
 *  based on osf.c
 */

#include "check.h"
#include <linux/compiler.h>

#define KARMA_LABEL_MAGIC

int karma_partition(struct parsed_partitions *state)
{}