]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/fbt.h
xnu-3248.60.10.tar.gz
[apple/xnu.git] / bsd / sys / fbt.h
index 3796443ea178ed456c72943a39b9e86a3faa2951..4c67eef5cd47789d5addfc1db9d00f08f2e544dc 100644 (file)
@@ -29,7 +29,7 @@
 #ifndef _FBT_H
 #define _FBT_H
 
-#if defined(__i386__) || defined (__x86_64__)
+#if defined (__x86_64__)
 typedef uint8_t machine_inst_t;
 #else
 #error Unknown Architecture
@@ -54,9 +54,6 @@ typedef struct fbt_probe {
        char                    fbtp_name[MAX_FBTP_NAME_CHARS];
        struct modctl   *fbtp_ctl;
        int             fbtp_loadcnt;
-#if !defined(__APPLE__)
-       int             fbtp_symndx;
-#endif
        struct fbt_probe *fbtp_next;
 } fbt_probe_t;