mirror of
https://github.com/torvalds/linux.git
synced 2025-01-01 07:42:07 +00:00
2ba364504f
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>
8 lines
126 B
C
8 lines
126 B
C
#ifndef _BLACKFIN_SIGNAL_H
|
|
#define _BLACKFIN_SIGNAL_H
|
|
|
|
#define SA_RESTORER 0x04000000
|
|
#include <asm-generic/signal.h>
|
|
|
|
#endif
|