summaryrefslogtreecommitdiff
path: root/9p/srv.h
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-23 12:35:42 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-23 12:38:38 -0600
commitfbd945a03f2d706bb4d62aab6a607c1694d6d77a (patch)
treea3ab6ae733c3dbb37156b33bdb09aaac521c6d46 /9p/srv.h
parentc3d212e15ce147f0b0ceaac7a50f9a44831aacb9 (diff)
wip 9p reorg
Diffstat (limited to '9p/srv.h')
-rw-r--r--9p/srv.h8
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_ */