]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/vm/Makefile
xnu-792.6.56.tar.gz
[apple/xnu.git] / osfmk / vm / Makefile
index 07ae3474e51f7d7995319006fd2f392030054756..f5bc46fa46b8ff7de7ba3b445736e20702043dd7 100644 (file)
@@ -10,10 +10,14 @@ include $(MakeInc_def)
 DATAFILES =
 
 EXPORT_ONLY_FILES = \
-       vm_map.h \
+       pmap.h \
+       task_working_set.h \
+       vm_fault.h \
        vm_kern.h \
-       vm_shared_memory_server.h \
-       pmap.h
+       vm_map.h \
+       vm_pageout.h \
+       vm_protos.h \
+       vm_shared_memory_server.h
 
 INSTALL_MI_LIST = ${DATAFILES}