mirror of https://github.com/m-labs/artiq.git
7 lines
88 B
C
7 lines
88 B
C
|
#ifndef __MONINJ_H
|
||
|
#define __MONINJ_H
|
||
|
|
||
|
void moninj_init(void);
|
||
|
|
||
|
#endif /* __MONINJ_H */
|