summaryrefslogblamecommitdiffstats
path: root/shlibs/blkid/src/superblocks/befs.c
blob: 73d831df865454b608266729b86d52ca69d3d664 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                              
/*
 * Copyright (C) 2010 Jeroen Oortwijn <oortwijn@gmail.com>
 *
 * This file may be redistributed under the terms of the
 * GNU Lesser General Public License.
 */

#include "superblocks.h"

const struct blkid_idinfo befs_idinfo =
{
	.name		= "befs",
	.usage		= BLKID_USAGE_FILESYSTEM,
	.magics		= {
		{ .magic = "1SFB", .len = 4, .sboff = 0x220 },
		{ NULL }
	}
};