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