]> git.saurik.com Git - apple/xnu.git/blobdiff - libsa/kld_patch.h
xnu-792.tar.gz
[apple/xnu.git] / libsa / kld_patch.h
index b0e6058b338c822d4128ea8771d0da0d9e77198b..7737840315297d2307a2500cb30c9ca24acba1c0 100644 (file)
@@ -37,20 +37,20 @@ extern Boolean kld_file_map(const char *pathName,
 #else
 extern Boolean kld_file_map(const char *pathName);
 
-extern void *
-    kld_file_lookupsymbol(const char *pathName, const char *symbolname);
-
 Boolean kld_file_debug_dump(const char *pathName, const char *outName);
 #endif /* KERNEL */
 
+extern void *
+    kld_file_lookupsymbol(const char *pathName, const char *symbolname);
+
 extern void *kld_file_getaddr(const char *pathName, long *size);
 
 extern Boolean kld_file_merge_OSObjects(const char *pathName);
 
 extern Boolean kld_file_patch_OSObjects(const char *pathName);
 
-extern Boolean kld_file_prepare_for_link();
+extern Boolean kld_file_prepare_for_link(void);
 
-extern void kld_file_cleanup_all_resources();
+extern void kld_file_cleanup_all_resources(void);
 
 __END_DECLS