mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
415f92da75
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
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
|