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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-or32/] [ucontext.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1276 phoenix
#ifndef _ASM_OR32_UCONTEXT_H
2
#define _ASM_OR32_UCONTEXT_H
3
 
4
#include <asm/sigcontext.h>
5
 
6
struct ucontext {
7
        unsigned long     uc_flags;
8
        struct ucontext  *uc_link;
9
        stack_t           uc_stack;
10
        struct sigcontext uc_mcontext;
11
        sigset_t          uc_sigmask;   /* mask last for extensibility */
12
};
13
 
14
#endif /* !_ASM_OR32_UCONTEXT_H */

powered by: WebSVN 2.1.0

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