mirror of
https://github.com/torvalds/linux.git
synced 2025-11-07 03:59:22 +02:00
7 lines
157 B
C
7 lines
157 B
C
#ifndef _ASM_POWERPC_SIGNAL_H
|
|
#define _ASM_POWERPC_SIGNAL_H
|
|
|
|
#define __ARCH_HAS_SA_RESTORER
|
|
#include <uapi/asm/signal.h>
|
|
|
|
#endif /* _ASM_POWERPC_SIGNAL_H */
|