#ifndef __LIHGT_INIT_H__#define __LIHGT_INIT_H__#include "light_types.h"#ifdef __cplusplusextern "C" {#endif /* __cplusplus *//*** @berief: light init* @param {none}* @return: OPERATE_RET (int)* @retval: none*/OPERATE_RET opLightInit(VOID);#ifdef __cplusplus}#endif /* __cplusplus */#endif /* __LIHGT_INIT_H__ */
