mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 19:53:59 +08: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
|