Linux Kernel
3.7.1
|
#include <sigcontext.h>
Data Fields | |
_psw_t | psw |
unsigned long | gprs [__NUM_GPRS] |
unsigned int | acrs [__NUM_ACRS] |
Definition at line 42 of file sigcontext.h.
unsigned int acrs[__NUM_ACRS] |
Definition at line 46 of file sigcontext.h.
unsigned long gprs[__NUM_GPRS] |
Definition at line 45 of file sigcontext.h.
_psw_t psw |
Definition at line 44 of file sigcontext.h.