XFusion API v1.3.0
载入中...
搜索中...
未找到
xf_net_apps_config.h
浏览该文件的文档.
1
12#ifndef __XF_NET_APPS_CONFIG_H__
13#define __XF_NET_APPS_CONFIG_H__
14
15/* ==================== [Includes] ========================================== */
16
17#include "xfconfig.h"
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23/* ==================== [Defines] =========================================== */
24
25#define XF_NET_APPS_IPERF_ENABLE CONFIG_XF_NET_APPS_IPERF_ENABLE
26#define XF_NET_APPS_PING_ENABLE CONFIG_XF_NET_APPS_PING_ENABLE
27
28/* ==================== [Typedefs] ========================================== */
29
30/* ==================== [Global Prototypes] ================================= */
31
32/* ==================== [Macros] ============================================ */
33
34#ifdef __cplusplus
35} /* extern "C" */
36#endif
37
38#endif // __XF_NET_APPS_CONFIG_H__