exynos-linux-stable/include/linux/ssp_motorcallback.h

9 lines
273 B
C
Raw Permalink Normal View History

#ifndef SSP_MOTORCALLBACK_H
#define SSP_MOTORCALLBACK_H
int (*getMotorCallback(void))(int);
int setMotorCallback(int (*callback)(int state));
void setSensorCallback(bool flag, int duration);
int setMotorCallback(int (*callback)(int state));
#endif // SSP_MOTORCALLBACK_H