diff options
Diffstat (limited to '9p/srv.h')
-rw-r--r-- | 9p/srv.h | 8 |
1 files changed, 8 insertions, 0 deletions
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_ */ |