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

Subversion Repositories or1k

[/] [or1k/] [tags/] [LINUX_2_4_26_OR32/] [linux/] [linux-2.4/] [include/] [asm-s390x/] [ucontext.h] - Blame information for rev 1279

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

Line No. Rev Author Line
1 1275 phoenix
/*
2
 *  include/asm-s390/ucontext.h
3
 *
4
 *  S390 version
5
 *
6
 *  Derived from "include/asm-i386/ucontext.h"
7
 */
8
 
9
#ifndef _ASM_S390_UCONTEXT_H
10
#define _ASM_S390_UCONTEXT_H
11
 
12
struct ucontext {
13
        unsigned long     uc_flags;
14
        struct ucontext  *uc_link;
15
        stack_t           uc_stack;
16
        _sigregs          uc_mcontext;
17
        sigset_t          uc_sigmask;   /* mask last for extensibility */
18
};
19
 
20
#endif /* !_ASM_S390_UCONTEXT_H */

powered by: WebSVN 2.1.0

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