mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-04 17:31:10 +08:00
8 lines
120 B
C
8 lines
120 B
C
|
#ifndef __KSERVER_H
|
||
|
#define __KSERVER_H
|
||
|
|
||
|
void kserver_init(void);
|
||
|
void kserver_service(void);
|
||
|
|
||
|
#endif /* __KSERVER_H */
|