aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/9p/9p.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/9p/9p.h')
-rw-r--r--include/net/9p/9p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/9p/9p.h b/include/net/9p/9p.h
index ff32091d8063..091b471d8f05 100644
--- a/include/net/9p/9p.h
+++ b/include/net/9p/9p.h
@@ -94,6 +94,8 @@ do { \
94 * @P9_RMKNOD: create a special file object response 94 * @P9_RMKNOD: create a special file object response
95 * @P9_TRENAME: rename request 95 * @P9_TRENAME: rename request
96 * @P9_RRENAME: rename response 96 * @P9_RRENAME: rename response
97 * @P9_TMKDIR: create a directory request
98 * @P9_RMKDIR: create a directory response
97 * @P9_TVERSION: version handshake request 99 * @P9_TVERSION: version handshake request
98 * @P9_RVERSION: version handshake response 100 * @P9_RVERSION: version handshake response
99 * @P9_TAUTH: request to establish authentication channel 101 * @P9_TAUTH: request to establish authentication channel
@@ -149,6 +151,8 @@ enum p9_msg_t {
149 P9_RREADDIR, 151 P9_RREADDIR,
150 P9_TLINK = 70, 152 P9_TLINK = 70,
151 P9_RLINK, 153 P9_RLINK,
154 P9_TMKDIR = 72,
155 P9_RMKDIR,
152 P9_TVERSION = 100, 156 P9_TVERSION = 100,
153 P9_RVERSION, 157 P9_RVERSION,
154 P9_TAUTH = 102, 158 P9_TAUTH = 102,