blob: ab0653fcdc062b29abdaae4a324eebc877daf1d8 [file] [log] [blame]
Markus Armbruster9c93ae12016-06-29 16:09:50 +02001#ifndef CRIS_TARGET_SIGNAL_H
2#define CRIS_TARGET_SIGNAL_H
thse69b4062007-10-08 13:35:05 +00003
Laurent Viviere5171a92018-05-29 21:42:01 +02004#include "../generic/signal.h"
5
Laurent Viviercb6ac802018-04-24 21:26:35 +02006#define TARGET_ARCH_HAS_SETUP_FRAME
Richard Hendersone281c2b2021-09-29 09:05:34 -04007#define TARGET_ARCH_HAS_SIGTRAMP_PAGE 1
8
Markus Armbruster9c93ae12016-06-29 16:09:50 +02009#endif /* CRIS_TARGET_SIGNAL_H */