shmparam.h

来自「linux 内核源代码」· C头文件 代码 · 共 13 行

H
13
字号
#ifndef __ASM_SH64_SHMPARAM_H#define __ASM_SH64_SHMPARAM_H/* * Set this to a sensible safe default, we'll work out the specifics for the * align mask from the cache descriptor at run-time. */#define	SHMLBA	0x4000#define __ARCH_FORCE_SHMLBA#endif /* __ASM_SH64_SHMPARAM_H */

⌨️ 快捷键说明

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