summaryrefslogtreecommitdiff
path: root/arch/avr32/include/uapi/asm/siginfo.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-10-10 11:09:31 (GMT)
committerDavid Howells <dhowells@redhat.com>2012-10-10 11:09:31 (GMT)
commit83b9d3a082a6e5281b5b5fc45337270d915af39d (patch)
treee93c546ddcb9b656861efc5c884df77be6d917ad /arch/avr32/include/uapi/asm/siginfo.h
parent42859eea96ba6beabfb0369a1eeffa3c7d2bd9cb (diff)
downloadlinux-83b9d3a082a6e5281b5b5fc45337270d915af39d.tar.xz
UAPI: (Scripted) Disintegrate arch/avr32/include/asm
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/avr32/include/uapi/asm/siginfo.h')
-rw-r--r--arch/avr32/include/uapi/asm/siginfo.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/avr32/include/uapi/asm/siginfo.h b/arch/avr32/include/uapi/asm/siginfo.h
new file mode 100644
index 0000000..5ee93f4
--- /dev/null
+++ b/arch/avr32/include/uapi/asm/siginfo.h
@@ -0,0 +1,6 @@
+#ifndef _AVR32_SIGINFO_H
+#define _AVR32_SIGINFO_H
+
+#include <asm-generic/siginfo.h>
+
+#endif