lander/ltm/include/ltm/common.h

9 lines
99 B
C

#ifndef LTM_COMMON
#define LTM_COMMON
typedef enum ltm_err {
ltm_err_ok = 0,
} ltm_err;
#endif