Move the sources to trunk
[opencv] / apps / Hawk / CVEiCL / EiC / src / reset.h
1 #ifndef RESET_H
2 #define RESET_H
3
4 void EiCp_initiateReset(void);
5 void EiCp_Reset(int flag);
6 void EiCp_setResetStart(void);
7 void EiCp_ResetStart(void);
8
9 #endif