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