Files
luban-lite-t3e-pro/bsp/peripheral/wireless/rtl8733/include/main.h
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

45 lines
1.2 KiB
C

/**
******************************************************************************
* @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_ */