artiq/artiq/runtime/net_server.h

8 lines
135 B
C
Raw Normal View History

2015-07-30 18:45:57 +08:00
#ifndef __NET_SERVER_H
#define __NET_SERVER_H
void net_server_init(void);
void net_server_service(void);
#endif /* __NET_SERVER_H */