linux/block/partitions/sgi.c

// SPDX-License-Identifier: GPL-2.0
/*
 *  fs/partitions/sgi.c
 *
 *  Code extracted from drivers/block/genhd.c
 */

#include "check.h"

#define SGI_LABEL_MAGIC

enum {};

struct sgi_disklabel {};

int sgi_partition(struct parsed_partitions *state)
{}