]> git.saurik.com Git - apple/xnu.git/blobdiff - EXTERNAL_HEADERS/mach-o/fat.h
xnu-792.25.20.tar.gz
[apple/xnu.git] / EXTERNAL_HEADERS / mach-o / fat.h
index e964a19651a9aa1197f2267a5910c258e2aa8f4f..1a3312ae1b05672588884f938e2ff5906a5d2e86 100644 (file)
  * and contains the constants for the possible values of these types.
  */
 #include <mach/machine.h>
-#include <architecture/byte_order.h>
 
 #define FAT_MAGIC      0xcafebabe
-#define FAT_CIGAM      NXSwapLong(FAT_MAGIC)
+#define FAT_CIGAM      0xbebafeca      
 
 struct fat_header {
        unsigned long   magic;          /* FAT_MAGIC */