mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-04 17:31:10 +08:00
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 */
|