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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/9p/9p.h b/include/net/9p/9p.h
index a4a1b043a8c4..55e96057f47f 100644
--- a/include/net/9p/9p.h
+++ b/include/net/9p/9p.h
@@ -163,6 +163,8 @@ enum p9_msg_t {
163 P9_RXATTRCREATE, 163 P9_RXATTRCREATE,
164 P9_TREADDIR = 40, 164 P9_TREADDIR = 40,
165 P9_RREADDIR, 165 P9_RREADDIR,
166 P9_TFSYNC = 50,
167 P9_RFSYNC,
166 P9_TLINK = 70, 168 P9_TLINK = 70,
167 P9_RLINK, 169 P9_RLINK,
168 P9_TMKDIR = 72, 170 P9_TMKDIR = 72,