/** ****************************************************************************** * @file main.h * @author keliang.liu * @brief Header for main.c module * ****************************************************************************** **/ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef _MAIN_H_ #define _MAIN_H_ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /* Exported constants --------------------------------------------------------*/ /* Exported macro ------------------------------------------------------------*/ /* Exported types ------------------------------------------------------------*/ /* Exported functions --------------------------------------------------------*/ /* Private variables ---------------------------------------------------------*/ /* Private constants ---------------------------------------------------------*/ /* Private macros ------------------------------------------------------------*/ /* Private types -------------------------------------------------------------*/ /* Private functions ---------------------------------------------------------*/ /** * @} */ /** * @} */ #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* _MAIN_H_ */