mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-15 05:02:47 +00:00
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
|