mirror of https://github.com/m-labs/artiq.git
8 lines
135 B
C
8 lines
135 B
C
|
#ifndef __NET_SERVER_H
|
||
|
#define __NET_SERVER_H
|
||
|
|
||
|
void net_server_init(void);
|
||
|
void net_server_service(void);
|
||
|
|
||
|
#endif /* __NET_SERVER_H */
|