XWOS API  4.0
XWOS C/C++ API参考手册
载入中...
搜索中...
未找到
sc.h
浏览该文件的文档.
1
13#ifndef __xwos_lib_sc_h__
14#define __xwos_lib_sc_h__
15
16#include <xwos/standard.h>
17
24#include <xwos/ospl/soc/xwsc.h>
25
32xws64_t xwsc(xwsc_f func, xwreg_t argnum, ...);
33
38#endif /* xwos/lib/sc.h */
xws64_t(* xwsc_f)(void *,...)
Definition type.h:607
int64_t xws64_t
Definition type.h:319
xwptr_t xwreg_t
Definition type.h:409
xws64_t xwsc(xwsc_f func, xwreg_t argnum,...)
以特权方式调用函数
XWOS的标准头文件