Files
Chromebook-Device-Nyan-NVID…/arch/blackfin/include/uapi/asm/signal.h
2025-04-06 23:50:55 -05:00

8 lines
126 B
C

#ifndef _BLACKFIN_SIGNAL_H
#define _BLACKFIN_SIGNAL_H
#define SA_RESTORER 0x04000000
#include <asm-generic/signal.h>
#endif