⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 str_align_common.h

📁 日本著名的的嵌入式实时操作系统T-Kernel的源码及用户手册。
💻 H
字号:
/* *---------------------------------------------------------------------- *    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. * *---------------------------------------------------------------------- *//* *      @(#)str_align_common.h (sys) * *	Bit alignment definitions for structure  */#ifndef __SYS_STR_ALIGN_COMMON_H__#define __SYS_STR_ALIGN_COMMON_H__#if STD_SH7727#  include <sys/sysdepend/std_sh7727/str_align_depend.h>#endif#if STD_SH7751R#  include <sys/sysdepend/std_sh7751r/str_align_depend.h>#endif#if MIC_M32104#  include <sys/sysdepend/mic_m32104/str_align_depend.h>#endif#if STD_S1C38K#  include <sys/sysdepend/std_s1c38k/str_align_depend.h>#endif#if STD_MC9328#  include <sys/sysdepend/std_mc9328/str_align_depend.h>#endif#if MIC_VR4131#  include <sys/sysdepend/mic_vr4131/str_align_depend.h>#endif#if STD_VR5500#  include <sys/sysdepend/std_vr5500/str_align_depend.h>#endif#if STD_MB87Q1100#  include <sys/sysdepend/std_mb87q1100/str_align_depend.h>#endif#if STD_SH7760#  include <sys/sysdepend/std_sh7760/str_align_depend.h>#endif#endif /* __SYS_STR_ALIGN_COMMON_H__ */

⌨️ 快捷键说明

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