#ifndef M_VIBCTL_H #define M_VIBCTL_H #include "types.h" #ifdef __cplusplus extern "C" { #endif extern void mVibctl_ct(); extern void mVibctl_reset(); extern void mVibctl_init0(); #ifdef __cplusplus } #endif #endif