linux/block/partitions/osf.c

// SPDX-License-Identifier: GPL-2.0
/*
 *  fs/partitions/osf.c
 *
 *  Code extracted from drivers/block/genhd.c
 *
 *  Copyright (C) 1991-1998  Linus Torvalds
 *  Re-organised Feb 1998 Russell King
 */

#include "check.h"

#define MAX_OSF_PARTITIONS
#define DISKLABELMAGIC

int osf_partition(struct parsed_partitions *state)
{}