syscall_common.h
来自「使用广泛的日本著名的开源嵌入式实时操作系统T-Kernel的源码」· C头文件 代码 · 共 62 行
H
62 行
/* *---------------------------------------------------------------------- * T-Kernel * * Copyright (C) 2004-2006 by Ken Sakamura. All rights reserved. * T-Kernel is distributed under the T-License. *---------------------------------------------------------------------- * * Version: 1.02.02 * Released by T-Engine Forum(http://www.t-engine.org) at 2006/8/9. * *---------------------------------------------------------------------- *//* * @(#)syscall_common.h (tk) * * T-Kernel/OS */#ifndef __TK_SYSCALL_COMMON_H__#define __TK_SYSCALL_COMMON_H__#if STD_SH7727# include <tk/sysdepend/std_sh7727/cpuattr.h># include <tk/sysdepend/std_sh7727/cpudef.h>#endif#if STD_SH7751R# include <tk/sysdepend/std_sh7751r/cpuattr.h># include <tk/sysdepend/std_sh7751r/cpudef.h>#endif#if MIC_M32104# include <tk/sysdepend/mic_m32104/cpuattr.h># include <tk/sysdepend/mic_m32104/cpudef.h>#endif#if STD_S1C38K# include <tk/sysdepend/std_s1c38k/cpuattr.h># include <tk/sysdepend/std_s1c38k/cpudef.h>#endif#if STD_MC9328# include <tk/sysdepend/std_mc9328/cpuattr.h># include <tk/sysdepend/std_mc9328/cpudef.h>#endif#if MIC_VR4131# include <tk/sysdepend/mic_vr4131/cpuattr.h># include <tk/sysdepend/mic_vr4131/cpudef.h>#endif#if STD_VR5500# include <tk/sysdepend/std_vr5500/cpuattr.h># include <tk/sysdepend/std_vr5500/cpudef.h>#endif#if STD_MB87Q1100# include <tk/sysdepend/std_mb87q1100/cpuattr.h># include <tk/sysdepend/std_mb87q1100/cpudef.h>#endif#if STD_SH7760# include <tk/sysdepend/std_sh7760/cpuattr.h># include <tk/sysdepend/std_sh7760/cpudef.h>#endif#endif /* __TK_SYSCALL_COMMON_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?