]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/fcntl.h
Merge branch 'upstream' into for-linus
[karo-tx-linux.git] / include / linux / fcntl.h
index 86037400a6e380f8ec5b1bd31acc6ebfbb296bd1..afc00af3229b5c6a6d0d7367edd32457b6784e14 100644 (file)
  */
 #define F_NOTIFY       (F_LINUX_SPECIFIC_BASE+2)
 
+/*
+ * Set and get of pipe page size array
+ */
+#define F_SETPIPE_SZ   (F_LINUX_SPECIFIC_BASE + 7)
+#define F_GETPIPE_SZ   (F_LINUX_SPECIFIC_BASE + 8)
+
 /*
  * Types of directory notifications that may be requested.
  */