2019-05-01 02:42:43 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2005-04-17 06:20:36 +08:00
|
|
|
/*
|
|
|
|
* fs/partitions/sun.h
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define SUN_LABEL_MAGIC 0xDABE
|
2007-07-26 15:17:22 +08:00
|
|
|
#define SUN_VTOC_SANITY 0x600DDEEE
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2010-05-16 02:09:30 +08:00
|
|
|
int sun_partition(struct parsed_partitions *state);
|