diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-23 12:35:42 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-23 12:38:38 -0600 |
commit | fbd945a03f2d706bb4d62aab6a607c1694d6d77a (patch) | |
tree | a3ab6ae733c3dbb37156b33bdb09aaac521c6d46 /net9p.h | |
parent | c3d212e15ce147f0b0ceaac7a50f9a44831aacb9 (diff) |
wip 9p reorg
Diffstat (limited to 'net9p.h')
-rw-r--r-- | net9p.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net9p.h b/net9p.h deleted file mode 100644 index f28a525..0000000 --- a/net9p.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef _NET9P_H_ -#define _NET9P_H_ - -#include "coroutine.h" - -COROUTINE net9p_cr(void *); - -#endif /* _NET9P_H_ */ |