#ifndef TF_SM_H #define TF_SM_H enum tongfei_err_t{ TFERR_NONE = 0, // launch TFERR_LAUNCH_COMMERR, // err TFERR_ERR_COMMERR, // ready TFERR_READY_COMMERR, }; int tongfei_sm_init(int idx); void* tongfei_sm( int idx ); #endif /* TF_SM_H */