machine_common.h

来自「T-Kernel源代码,号称占有世界处理器操作系统60%的市场份额!」· C头文件 代码 · 共 53 行

H
53
字号
/* *---------------------------------------------------------------------- *    T-Kernel * *    Copyright (C) 2004 by Ken Sakamura. All rights reserved. *    T-Kernel is distributed under the T-License. *---------------------------------------------------------------------- * *    Version:   1.01.00 *    Released by T-Engine Forum(http://www.t-engine.org) at 2004/6/28. * *---------------------------------------------------------------------- *//* *	@(#)machine_common.h (sys) * *	Machine type definition */#ifndef __SYS_MACHINE_COMMON_H__#define __SYS_MACHINE_COMMON_H__#ifdef _STD_SH7727_#  include <sys/sysdepend/std_sh7727/machine_depend.h>#endif#ifdef _STD_SH7751R_#  include <sys/sysdepend/std_sh7751r/machine_depend.h>#endif#ifdef _MIC_M32104_#  include <sys/sysdepend/mic_m32104/machine_depend.h>#endif#ifdef _STD_S1C38K_#  include <sys/sysdepend/std_s1c38k/machine_depend.h>#endif#ifdef _STD_MC9328_#  include <sys/sysdepend/std_mc9328/machine_depend.h>#endif#ifdef _MIC_VR4131_#  include <sys/sysdepend/mic_vr4131/machine_depend.h>#endif#ifdef _STD_VR5500_#  include <sys/sysdepend/std_vr5500/machine_depend.h>#endif#ifdef _STD_MB87Q1100_#  include <sys/sysdepend/std_mb87q1100/machine_depend.h>#endif#ifdef _STD_SH7760_#  include <sys/sysdepend/std_sh7760/machine_depend.h>#endif#endif /* __SYS_MACHINE_COMMON_H__ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?