]> git.saurik.com Git - apple/xnu.git/blobdiff - libsa/mach_loader.h
xnu-201.tar.gz
[apple/xnu.git] / libsa / mach_loader.h
index 8e9715bcc3f493fcca066a97ce457035bd1e51b2..415f03e933c57f0b0292f518dd83860a2c098672 100644 (file)
@@ -51,12 +51,6 @@ typedef struct _load_result {
                                        :0;
 } load_result_t;
 
-load_return_t load_machfile(
-       struct vnode            *vp,
-       struct mach_header      *header,
-       unsigned long           file_offset,
-       unsigned long           macho_size,
-       load_result_t           *result);
 
 #define LOAD_SUCCESS           0
 #define LOAD_BADARCH           1       /* CPU type/subtype not found */