Files
kunlun/sp/boot/crypto/inc/global.h
2024-09-28 14:24:04 +08:00

17 lines
172 B
C

#ifndef iotelic_global_H
#define iotelic_global_H
#ifdef __cplusplus
extern "C" {
#endif
#define IOTELIC_OK 0
#ifdef __cplusplus
}
#endif
#endif // iotelic_global_H