aboutsummaryrefslogtreecommitdiffstats
path: root/arch/metag/include/uapi/asm/siginfo.h
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2012-10-09 10:54:27 +0100
committerJames Hogan <james.hogan@imgtec.com>2013-03-02 20:09:21 +0000
commit262d96b0deb44ed58823447825d6efa5dddb4108 (patch)
tree03712555691c86256a409ceccf529f5bb7ebb37c /arch/metag/include/uapi/asm/siginfo.h
parentmetag: TCM support (diff)
downloadlinux-dev-262d96b0deb44ed58823447825d6efa5dddb4108.tar.xz
linux-dev-262d96b0deb44ed58823447825d6efa5dddb4108.zip
metag: Signal handling
Add signal handling code for metag. Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/metag/include/uapi/asm/siginfo.h')
-rw-r--r--arch/metag/include/uapi/asm/siginfo.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/metag/include/uapi/asm/siginfo.h b/arch/metag/include/uapi/asm/siginfo.h
new file mode 100644
index 000000000000..b2e0c8b62aef
--- /dev/null
+++ b/arch/metag/include/uapi/asm/siginfo.h
@@ -0,0 +1,8 @@
+#ifndef _METAG_SIGINFO_H
+#define _METAG_SIGINFO_H
+
+#define __ARCH_SI_TRAPNO
+
+#include <asm-generic/siginfo.h>
+
+#endif