]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/filio.h
xnu-3789.1.32.tar.gz
[apple/xnu.git] / bsd / sys / filio.h
index de132c60d28d7ac6ccce56f0a6a14f7498adeee3..80e03305bf0b1d851766b52bf439992360d99b00 100644 (file)
@@ -81,4 +81,9 @@
 #define        FIOGETOWN       _IOR('f', 123, int)     /* get owner */
 #define        FIODTYPE        _IOR('f', 122, int)     /* get d_type */
 
+#ifdef KERNEL_PRIVATE
+#define FIODEVICELOCKED        _IO('f', 121)   /* device locked/unlocked */
+#define FIOPINSWAP             _IO('f', 120)   /* pin swap file to fast device */
+#endif
+
 #endif /* !_SYS_FILIO_H_ */