]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/exec.h
xnu-3247.1.106.tar.gz
[apple/xnu.git] / bsd / machine / exec.h
index 1a6417179422909cec8a83434dfc5915472b6498..a5712128a9e1483cd0c7a1528f58a35331a9fb2c 100644 (file)
@@ -41,15 +41,8 @@ struct exec_info {
        char    **ev;
 };
 
-struct exec_archhandler {
-       char path[MAXPATHLEN];
-       uint32_t fsid;
-       uint64_t fileid;
-};
-
-extern struct exec_archhandler exec_archhandler_ppc;
-int set_archhandler(struct proc *, int);
 int grade_binary(cpu_type_t, cpu_subtype_t);
+boolean_t pie_required(cpu_type_t, cpu_subtype_t);
 
 #if defined (__i386__) || defined(__x86_64__)
 #include "i386/exec.h"