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 --- net9p.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 net9p.h (limited to 'net9p.h') 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_ */ -- cgit v1.2.3-2-g168b