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

#include "coroutine.h"

COROUTINE net9p_cr(void *);

#endif /* _NET9P_H_ */