shmparam.h

来自「Linux Kernel 2.6.9 for OMAP1710」· C头文件 代码 · 共 16 行

H
16
字号
#ifndef _ASMARM_SHMPARAM_H#define _ASMARM_SHMPARAM_H#ifndef SHMMAX#define SHMMAX          0x003fa000#endif/* * This should be the size of the virtually indexed cache/ways, * or page size, whichever is greater since the cache aliases * every size/ways bytes. */#define	SHMLBA PAGE_SIZE		 /* attach addr a multiple of this */#endif /* _ASMARM_SHMPARAM_H */

⌨️ 快捷键说明

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