···4242 * and contains the constants for the possible values of these types.
4343 */
4444#include <stdint.h>
4545-#include <mach/machine.h>
4646-#include <architecture/byte_order.h>
4545+4646+typedef int cpu_type_t;
4747+typedef int cpu_subtype_t;
47484849#define FAT_MAGIC 0xcafebabe
4950#define FAT_CIGAM 0xbebafeca /* NXSwapLong(FAT_MAGIC) */