diff options
Diffstat (limited to '3rdparty/asmjit/src/asmjit/arm/armglobals.h')
-rw-r--r-- | 3rdparty/asmjit/src/asmjit/arm/armglobals.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/3rdparty/asmjit/src/asmjit/arm/armglobals.h b/3rdparty/asmjit/src/asmjit/arm/armglobals.h new file mode 100644 index 00000000000..851f6708601 --- /dev/null +++ b/3rdparty/asmjit/src/asmjit/arm/armglobals.h @@ -0,0 +1,17 @@ +// This file is part of AsmJit project <https://asmjit.com> +// +// See asmjit.h or LICENSE.md for license and copyright information +// SPDX-License-Identifier: Zlib + +#ifndef ASMJIT_ARM_ARMGLOBALS_H_INCLUDED +#define ASMJIT_ARM_ARMGLOBALS_H_INCLUDED + +#include "../core/archcommons.h" +#include "../core/inst.h" + +//! \namespace asmjit::arm +//! \ingroup asmjit_arm +//! +//! API shared between AArch32 & AArch64 backends. + +#endif // ASMJIT_ARM_ARMGLOBALS_H_INCLUDED |