XFusion API v1.3.0
载入中...
搜索中...
未找到
xf_netif_config_internal.h
浏览该文件的文档.
1
13#ifndef __XF_NETIF_CONFIG_INTERNAL_H__
14#define __XF_NETIF_CONFIG_INTERNAL_H__
15
16/* ==================== [Includes] ========================================== */
17
18#include "xf_nal_config.h"
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24/* ==================== [Defines] =========================================== */
25
26#ifndef XF_NAL_BIG_ENDIAN_IS_ENABLE
27# if !defined(CONFIG_XF_NAL_BIG_ENDIAN_ENABLE) || (CONFIG_XF_NAL_BIG_ENDIAN_ENABLE == 0)
28# define XF_NAL_BIG_ENDIAN_IS_ENABLE 0
29# else
30# define XF_NAL_BIG_ENDIAN_IS_ENABLE 1
31# endif
32#endif
33
34/* ==================== [Typedefs] ========================================== */
35
36/* ==================== [Global Prototypes] ================================= */
37
38/* ==================== [Macros] ============================================ */
39
40#ifdef __cplusplus
41} /* extern "C" */
42#endif
43
44#endif // __XF_NETIF_CONFIG_INTERNAL_H__
使用 xfusion 菜单配置 xf_nal 内部配置。