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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-ppc/] [sigcontext.h] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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