XFusion API v1.3.0
载入中...
搜索中...
未找到
xf_ota.h
浏览该文件的文档.
1
19#ifndef __XF_OTA_H__
20#define __XF_OTA_H__
21
22/* ==================== [Includes] ========================================== */
23
24#include "xf_ota_types.h"
25#include "xf_ota_client.h"
26
27#ifdef __cplusplus
28extern "C" {
29#endif
30
31/* ==================== [Defines] =========================================== */
32
33/* ==================== [Typedefs] ========================================== */
34
35/* ==================== [Global Prototypes] ================================= */
36
37/* ==================== [Macros] ============================================ */
38
39#ifdef __cplusplus
40} /* extern "C" */
41#endif
42
43#endif /* __XF_OTA_H__ */