]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/vm/vm_init.h
xnu-2422.100.13.tar.gz
[apple/xnu.git] / osfmk / vm / vm_init.h
index b405952d191768ecd6cf364edab2e2152eb9344d..8e23b580b1e621f1056006a1f6fd55f6fe2fa126 100644 (file)
@@ -32,8 +32,8 @@
 #ifndef VM_INIT_H
 #define VM_INIT_H
 
-extern void vm_mem_bootstrap(void) __attribute__((section("__TEXT, initcode")));
-extern void vm_mem_init(void) __attribute__((section("__TEXT, initcode")));
-extern void vm_map_steal_memory(void) __attribute__((section("__TEXT, initcode")));;
+extern void vm_mem_bootstrap(void);
+extern void vm_mem_init(void);
+extern void vm_map_steal_memory(void);;
 
 #endif /* VM_INIT_H */