summaryrefslogblamecommitdiffstats
path: root/libblkid/src/superblocks/apfs.c
blob: 6303d9b172f0ef8a38bf92efa163a26094e4f363 (plain) (tree)


















                                                           
/*
 * Copyright (C) 2018 Harry Mallon <hjmallon@gmail.com>
 *
 * This file may be redistributed under the terms of the
 * GNU Lesser General Public License.
 */

#include "superblocks.h"

const struct blkid_idinfo apfs_idinfo =
{
	.name		= "apfs",
	.usage		= BLKID_USAGE_FILESYSTEM,
	.magics		=
	{
		{ .magic = "NXSB", .len = 4, .sboff = 32 },
		{ NULL }
	}
};