2005-11-09 08:21:07 +08:00
|
|
|
#ifndef _ASM_POWERPC_SIGNAL_H
|
|
|
|
#define _ASM_POWERPC_SIGNAL_H
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2012-11-26 11:24:19 +08:00
|
|
|
#define __ARCH_HAS_SA_RESTORER
|
2012-10-09 16:47:26 +08:00
|
|
|
#include <uapi/asm/signal.h>
|
2013-05-27 02:09:41 +08:00
|
|
|
#include <uapi/asm/ptrace.h>
|
|
|
|
|
2005-11-09 08:21:07 +08:00
|
|
|
#endif /* _ASM_POWERPC_SIGNAL_H */
|