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