xref: /openbmc/qemu/linux-user/loongarch64/target_signal.h (revision aa34554a99971b2b95d48e8144c5bfc70927c09f)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (c) 2021 Loongson Technology Corporation Limited
4  */
5 
6 #ifndef LOONGARCH_TARGET_SIGNAL_H
7 #define LOONGARCH_TARGET_SIGNAL_H
8 
9 #include "../generic/signal.h"
10 
11 #define TARGET_ARCH_HAS_SIGTRAMP_PAGE 1
12 
13 #endif /* LOONGARCH_TARGET_SIGNAL_H */
14