summaryrefslogtreecommitdiff
path: root/net9p.h
blob: 7b5f9f4b1fa75e60071e7d8a956d16d11f56e8ba (plain)
1
2
3
4
5
6
7
8
9
#ifndef _NET9P_H_
#define _NET9P_H_

#include "coroutine.h"

COROUTINE net9p_listen_cr(void *);
COROUTINE net9p_worker_cr(void *);

#endif /* _NET9P_H_ */