M7350/kernel/arch/blackfin/include/asm/signal.h

8 lines
126 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
#ifndef _BLACKFIN_SIGNAL_H
#define _BLACKFIN_SIGNAL_H
#define SA_RESTORER 0x04000000
#include <asm-generic/signal.h>
#endif