From eb5690a56d4a550498e4c0540eb4fa703c9b87e9 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 8 Jul 2018 15:08:48 +0200 Subject: sys/linux: extend 9p descriptions Add actual protocol messages. --- sys/linux/filesystem.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/filesystem.txt') diff --git a/sys/linux/filesystem.txt b/sys/linux/filesystem.txt index ad5bc60f3..ad637488a 100644 --- a/sys/linux/filesystem.txt +++ b/sys/linux/filesystem.txt @@ -77,6 +77,8 @@ type fs_opt[NAME, TYPE] { } [packed] type fs_opt_str[NAME] fs_opt[NAME, stringnoz] +type fs_opt_hex[NAME, VAL] fs_opt[NAME, fmt[hex, VAL]] +type fs_opt_dec1[NAME, VAL] fs_opt[NAME, fmt[dec, VAL]] type fs_opt_oct[NAME] fs_opt[NAME, array[int8['0':'7']]] type fs_opt_dec[NAME] fs_opt[NAME, array[flags[fs_opt_digits, int8]]] type fs_opt_dec_suffix[NAME] fs_opt[NAME, array[flags[fs_opt_digits_suffix, int8]]] -- cgit mrf-deployment