]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arc/include/uapi/asm/sigcontext.h
Merge remote-tracking branches 'asoc/topic/max98925', 'asoc/topic/max98927', 'asoc...
[mirror_ubuntu-bionic-kernel.git] / arch / arc / include / uapi / asm / sigcontext.h
CommitLineData
e2be04c7 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
c3581039
VG
2/*
3 * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 */
9
10#ifndef _ASM_ARC_SIGCONTEXT_H
11#define _ASM_ARC_SIGCONTEXT_H
12
13#include <asm/ptrace.h>
14
15/*
16 * Signal context structure - contains all info to do with the state
17 * before the signal handler was invoked.
18 */
19struct sigcontext {
20 struct user_regs_struct regs;
21};
22
23#endif /* _ASM_ARC_SIGCONTEXT_H */