6 lines
61 B
C
6 lines
61 B
C
|
#ifndef __CI_H
|
||
|
#define __CI_H
|
||
|
|
||
|
void ci_service(void);
|
||
|
|
||
|
#endif
|