From fbd945a03f2d706bb4d62aab6a607c1694d6d77a Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Mon, 23 Sep 2024 12:35:42 -0600 Subject: wip 9p reorg --- 9p/srv.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 9p/srv.h (limited to '9p/srv.h') diff --git a/9p/srv.h b/9p/srv.h new file mode 100644 index 0000000..f28a525 --- /dev/null +++ b/9p/srv.h @@ -0,0 +1,8 @@ +#ifndef _NET9P_H_ +#define _NET9P_H_ + +#include "coroutine.h" + +COROUTINE net9p_cr(void *); + +#endif /* _NET9P_H_ */ -- cgit v1.2.3-2-g168b