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

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

#endif /* _NET9P_H_ */