sigcontext.h
来自「Linux Kernel 2.6.9 for OMAP1710」· C头文件 代码 · 共 17 行
H
17 行
#ifndef _ASM_H8300_SIGCONTEXT_H#define _ASM_H8300_SIGCONTEXT_Hstruct sigcontext { unsigned long sc_mask; /* old sigmask */ unsigned long sc_usp; /* old user stack pointer */ unsigned long sc_er0; unsigned long sc_er1; unsigned long sc_er2; unsigned long sc_er3; unsigned long sc_er5; unsigned short sc_ccr; unsigned long sc_pc;};#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?