pipe: add support for shrinking and growing pipes
[pandora-kernel.git] / include / linux / fcntl.h
index 8603740..afc00af 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.
  */