Merge tag 'pull-tcg-20231106' of https://gitlab.com/rth7680/qemu into staging
[qemu/ar7.git] / linux-user / aarch64 / target_errno_defs.h
blob461b5477284697e41869a8018c091615c6fc69e2
1 #ifndef AARCH64_TARGET_ERRNO_DEFS_H
2 #define AARCH64_TARGET_ERRNO_DEFS_H
4 /* Target uses generic errno */
5 #include "../generic/target_errno_defs.h"
7 #endif