9 lines
107 B
C
9 lines
107 B
C
|
#ifndef _LOOPCTRL_H_
|
||
|
#define _LOOPCTRL_H_
|
||
|
|
||
|
void loopEnable();
|
||
|
void loopDisable();
|
||
|
|
||
|
|
||
|
#endif // _LOOPCTRL_H_
|