diff options
author | Warner Losh <imp@bsdimp.com> | 2022-01-24 16:11:46 -0700 |
---|---|---|
committer | Warner Losh <imp@bsdimp.com> | 2022-01-28 15:52:39 -0700 |
commit | 2bd010c4bfdaecee33f3ba4a785ccaaf84df25c1 (patch) | |
tree | 742769bb1a24dc28aeb984ecb94d7336233bb335 /bsd-user/x86_64 | |
parent | 0ef599897345e0a43b3741a9990866c92a33d6e9 (diff) | |
download | qemu-2bd010c4bfdaecee33f3ba4a785ccaaf84df25c1.zip qemu-2bd010c4bfdaecee33f3ba4a785ccaaf84df25c1.tar.gz qemu-2bd010c4bfdaecee33f3ba4a785ccaaf84df25c1.tar.bz2 |
bsd-user/signal-common.h: Move signal functions prototypes to here
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'bsd-user/x86_64')
-rw-r--r-- | bsd-user/x86_64/target_arch_cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-user/x86_64/target_arch_cpu.h b/bsd-user/x86_64/target_arch_cpu.h index 5172b23..14def48 100644 --- a/bsd-user/x86_64/target_arch_cpu.h +++ b/bsd-user/x86_64/target_arch_cpu.h @@ -20,6 +20,7 @@ #define _TARGET_ARCH_CPU_H_ #include "target_arch.h" +#include "signal-common.h" #define TARGET_DEFAULT_CPU_MODEL "qemu64" |