page.h
来自「eCos操作系统源码」· C头文件 代码 · 共 12 行
H
12 行
#ifndef __ASM_PAGE_H__#define __ASM_PAGE_H__#include <pkgconf/linux_compat.h>/* These aren't used by much yet. If that changes, you might want to make them actually correct :) */#define PAGE_SIZE (0x1 << PAGE_SHIFT)#endif /* __ASM_PAGE_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?