blob: ae1b9eed3fd73c7e4f181a4ad4f5383cbe7562fc [file] [log] [blame]
Christoph Hellwig3dcf60b2019-04-30 14:42:43 -04001/* SPDX-License-Identifier: GPL-2.0 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/*
3 * fs/partitions/sun.h
4 */
5
6#define SUN_LABEL_MAGIC 0xDABE
Mark Fortescue3961bae2007-07-26 00:17:22 -07007#define SUN_VTOC_SANITY 0x600DDEEE
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
Tejun Heo1493bf22010-05-15 20:09:30 +02009int sun_partition(struct parsed_partitions *state);