pgalloc.h
来自「Linux Kernel 2.6.9 for OMAP1710」· C头文件 代码 · 共 20 行
H
20 行
#ifndef M68K_PGALLOC_H#define M68K_PGALLOC_H#include <linux/config.h>#include <linux/mm.h>#include <linux/highmem.h>#include <asm/setup.h>#include <asm/virtconvert.h>#ifdef CONFIG_SUN3#include <asm/sun3_pgalloc.h>#else#include <asm/motorola_pgalloc.h>#endif#endif /* M68K_PGALLOC_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?