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