lkml.org 
[lkml]   [2008]   [Jun]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 47/60] microblaze_v4: sigcontext.h siginfo.h
    Date
    From: Michal Simek <monstr@monstr.eu>


    Signed-off-by: Michal Simek <monstr@monstr.eu>
    ---
    include/asm-microblaze/sigcontext.h | 19 +++++++++++++++++++
    include/asm-microblaze/siginfo.h | 15 +++++++++++++++
    2 files changed, 34 insertions(+), 0 deletions(-)
    create mode 100644 include/asm-microblaze/sigcontext.h
    create mode 100644 include/asm-microblaze/siginfo.h

    diff --git a/include/asm-microblaze/sigcontext.h b/include/asm-microblaze/sigcontext.h
    new file mode 100644
    index 0000000..2819672
    --- /dev/null
    +++ b/include/asm-microblaze/sigcontext.h
    @@ -0,0 +1,19 @@
    +/*
    + * Copyright (C) 2006 Atmark Techno, Inc.
    + *
    + * This file is subject to the terms and conditions of the GNU General Public
    + * License. See the file "COPYING" in the main directory of this archive
    + * for more details.
    + */
    +
    +#ifndef _ASM_MICROBLAZE_SIGCONTEXT_H
    +#define _ASM_MICROBLAZE_SIGCONTEXT_H
    +
    +#include <asm/ptrace.h>
    +
    +struct sigcontext {
    + struct pt_regs regs;
    + unsigned long oldmask;
    +};
    +
    +#endif /* _ASM_MICROBLAZE_SIGCONTEXT_H */
    diff --git a/include/asm-microblaze/siginfo.h b/include/asm-microblaze/siginfo.h
    new file mode 100644
    index 0000000..f162911
    --- /dev/null
    +++ b/include/asm-microblaze/siginfo.h
    @@ -0,0 +1,15 @@
    +/*
    + * Copyright (C) 2006 Atmark Techno, Inc.
    + *
    + * This file is subject to the terms and conditions of the GNU General Public
    + * License. See the file "COPYING" in the main directory of this archive
    + * for more details.
    + */
    +
    +#ifndef _ASM_MICROBLAZE_SIGINFO_H
    +#define _ASM_MICROBLAZE_SIGINFO_H
    +
    +#include <linux/types.h>
    +#include <asm-generic/siginfo.h>
    +
    +#endif /* _ASM_MICROBLAZE_SIGINFO_H */
    --
    1.5.4.GIT


    \
     
     \ /
      Last update: 2008-06-26 14:59    [W:4.065 / U:0.140 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site