a.out.h
来自「Linux Kernel 2.6.9 for OMAP1710」· C头文件 代码 · 共 21 行
H
21 行
#ifndef __UM_A_OUT_H#define __UM_A_OUT_H#include "linux/config.h"#include "asm/arch/a.out.h"#include "choose-mode.h"#undef STACK_TOPextern unsigned long stacksizelim;extern unsigned long host_task_size;#define STACK_ROOM (stacksizelim)extern int honeypot;#define STACK_TOP \ CHOOSE_MODE((honeypot ? host_task_size : task_size), task_size)#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?