aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2005-11-10 15:33:38 -0800
committerSteve French <sfrench@us.ibm.com>2005-11-10 15:33:38 -0800
commita2653ebab3a96c6e6183360821faa492c1f88c3f (patch)
treed14fb220e2f4191fd506fd7628312987a186bb4a /include
parent(no commit message) (diff)
downloadlinux-dev-a2653ebab3a96c6e6183360821faa492c1f88c3f.tar.xz
linux-dev-a2653ebab3a96c6e6183360821faa492c1f88c3f.zip
[CIFS] Reserve upcall IDX value for CIFS with connector header and add
Kconfig option for CIFS upcall. Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/connector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/connector.h b/include/linux/connector.h
index c5769c6585f4..ad1a22c1c42e 100644
--- a/include/linux/connector.h
+++ b/include/linux/connector.h
@@ -32,6 +32,8 @@
*/
#define CN_IDX_PROC 0x1
#define CN_VAL_PROC 0x1
+#define CN_IDX_CIFS 0x2
+#define CN_VAL_CIFS 0x1
#define CN_NETLINK_USERS 1