]> git.proxmox.com Git - mirror_qemu.git/blob - include/exec/helper-gen-common.h
crypto: Add aesdec_ISB_ISR_IMC_AK
[mirror_qemu.git] / include / exec / helper-gen-common.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Helper file for declaring TCG helper functions.
4 * This one expands generation functions for tcg opcodes.
5 */
6
7 #ifndef HELPER_GEN_COMMON_H
8 #define HELPER_GEN_COMMON_H
9
10 #define HELPER_H "accel/tcg/tcg-runtime.h"
11 #include "exec/helper-gen.h.inc"
12 #undef HELPER_H
13
14 #define HELPER_H "accel/tcg/plugin-helpers.h"
15 #include "exec/helper-gen.h.inc"
16 #undef HELPER_H
17
18 #endif /* HELPER_GEN_COMMON_H */