]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/vm_sync.h
xnu-792.25.20.tar.gz
[apple/xnu.git] / osfmk / mach / vm_sync.h
index af5562372b8c3f18634815c874270900d2f856b3..4e38c4fa960db61405dc57da79b933187e721b0f 100644 (file)
@@ -54,8 +54,8 @@
  *
  */
 
  *
  */
 
-#ifndef VM_SYNC_H_
-#define VM_SYNC_H_
+#ifndef _MACH_VM_SYNC_H_
+#define _MACH_VM_SYNC_H_
 
 typedef unsigned               vm_sync_t;
 
 
 typedef unsigned               vm_sync_t;
 
@@ -68,5 +68,6 @@ typedef unsigned              vm_sync_t;
 #define VM_SYNC_INVALIDATE     ((vm_sync_t) 0x04)
 #define VM_SYNC_KILLPAGES       ((vm_sync_t) 0x08)
 #define VM_SYNC_DEACTIVATE      ((vm_sync_t) 0x10)
 #define VM_SYNC_INVALIDATE     ((vm_sync_t) 0x04)
 #define VM_SYNC_KILLPAGES       ((vm_sync_t) 0x08)
 #define VM_SYNC_DEACTIVATE      ((vm_sync_t) 0x10)
+#define VM_SYNC_CONTIGUOUS      ((vm_sync_t) 0x20)
 
 
-#endif  /* VM_SYNC_H_ */
+#endif  /* _MACH_VM_SYNC_H_ */