linux/block/partitions/mac.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 *  fs/partitions/mac.h
 */

#define MAC_PARTITION_MAGIC

/* type field value for A/UX or other Unix partitions */
#define APPLE_AUX_TYPE

struct mac_partition {};

#define MAC_STATUS_BOOTABLE

#define MAC_DRIVER_MAGIC

/* Driver descriptor structure, in block 0 */
struct mac_driver_desc {};