mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-06 06:55:26 +07: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
|