shmparam.h

来自「this SRC packet is the headfiles that MI」· C头文件 代码 · 共 14 行

H
14
字号
#ifndef _ASMARM_SHMPARAM_H#define _ASMARM_SHMPARAM_H#include <asm/proc/shmparam.h>/* * 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 + -
显示快捷键?