]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/device/device_port.h
xnu-792.6.61.tar.gz
[apple/xnu.git] / osfmk / device / device_port.h
index df76f3f0aa6bd7d94cec68f311bc52efb2c7498e..13a285a829fd646670d16393d0a5f62885f0cce5 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
  */
 extern mach_port_t     master_device_port;
 
  */
 extern mach_port_t     master_device_port;
 
+#define DEVICE_PAGER_GUARDED           0x1
+#define DEVICE_PAGER_COHERENT          0x2
+#define DEVICE_PAGER_CACHE_INHIB       0x4
+#define DEVICE_PAGER_WRITE_THROUGH     0x8
+#define DEVICE_PAGER_CONTIGUOUS                0x100
+#define DEVICE_PAGER_NOPHYSCACHE       0x200
+
 #endif /* _DEVICE_DEVICE_PORT_H_ */
 #endif /* _DEVICE_DEVICE_PORT_H_ */