commit 0c8f02ba56c1898d58304dc70ed1dc18b2675134 from: Omar Polo date: Tue Jul 27 21:48:29 2021 UTC add more useful constants commit - af9b96a013ee85729431044a30b2b8944c844670 commit + 0c8f02ba56c1898d58304dc70ed1dc18b2675134 blob - e48f3c87ed66bcaea9e5a4baad4d6d9575f425dc blob + ce40cf7d1a49c9dacc2e79ab2e9e254927a60293 --- kamid.h +++ kamid.h @@ -141,6 +141,8 @@ struct np_msg_header { }; /* useful constants */ +#define VERSION9P "9P2000" +#define MSIZE9P ((uint32_t)256) #define NOTAG ((uint16_t)~0U) #define NOFID ((uint32_t)~0U) #define NOUID (-1)