XWOS API  4.0
XWOS C/C++ API参考手册
载入中...
搜索中...
未找到
rule.h
浏览该文件的文档.
1
13#ifndef __xwos_lib_rule_h__
14#define __xwos_lib_rule_h__
15
16#include <cfg/project.h>
17
18#if defined(XWCFG_CORE__mp)
19# include <xwos/mp/rule.h>
20#elif defined(XWCFG_CORE__up)
21# include <xwos/up/rule.h>
22#else
23# error "Can't find the configuration XWCFG_CORE!"
24#endif
25
26#endif /* xwos/lib/rule.h */