diff options
Diffstat (limited to 'include/net/9p')
-rw-r--r-- | include/net/9p/9p.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/9p/9p.h b/include/net/9p/9p.h index 957ab99897a1..a6326ef8ade6 100644 --- a/include/net/9p/9p.h +++ b/include/net/9p/9p.h | |||
@@ -312,6 +312,11 @@ enum p9_perm_t { | |||
312 | /* 9p2000.L at flags */ | 312 | /* 9p2000.L at flags */ |
313 | #define P9_DOTL_AT_REMOVEDIR 0x200 | 313 | #define P9_DOTL_AT_REMOVEDIR 0x200 |
314 | 314 | ||
315 | /* 9p2000.L lock type */ | ||
316 | #define P9_LOCK_TYPE_RDLCK 0 | ||
317 | #define P9_LOCK_TYPE_WRLCK 1 | ||
318 | #define P9_LOCK_TYPE_UNLCK 2 | ||
319 | |||
315 | /** | 320 | /** |
316 | * enum p9_qid_t - QID types | 321 | * enum p9_qid_t - QID types |
317 | * @P9_QTDIR: directory | 322 | * @P9_QTDIR: directory |