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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-ppc/] [sigcontext.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1633 jcastillo
#ifndef _ASM_PPC_SIGCONTEXT_H
2
#define _ASM_PPC_SIGCONTEXT_H
3
 
4
#include <asm/ptrace.h>
5
 
6
 
7
struct sigcontext_struct {
8
        unsigned long   _unused[4];
9
        int             signal;
10
        unsigned long   handler;
11
        unsigned long   oldmask;
12
        struct pt_regs  *regs;
13
};
14
 
15
#endif

powered by: WebSVN 2.1.0

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