OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-or32/] [sigcontext.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 666 simons
#ifndef _ASM_OR32_SIGCONTEXT_H
2
#define _ASM_OR32_SIGCONTEXT_H
3
 
4
struct sigcontext_struct {
5
        unsigned long   _unused[4];
6
        int             signal;
7
        unsigned long   handler;
8
        unsigned long   oldmask;
9
        struct pt_regs  *regs;
10
};
11
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.