URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [asm/] [sigcontext.h] - Rev 199
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _ASMor1k_SIGCONTEXT_H #define _ASMor1k_SIGCONTEXT_H struct sigcontext_struct { unsigned long _unused[4]; int signal; unsigned long handler; unsigned long oldmask; struct pt_regs *regs; }; #endif
Go to most recent revision | Compare with Previous | Blame | View Log