Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / include / exec / helper-proto.h
blob6935cb4f16f8e2a5372ddf99c58d8fdff4e6ea4b
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Helper file for declaring TCG helper functions.
4 * This one expands prototypes for the helper functions.
5 */
7 #ifndef HELPER_PROTO_H
8 #define HELPER_PROTO_H
10 #include "exec/helper-proto-common.h"
12 #define HELPER_H "helper.h"
13 #include "exec/helper-proto.h.inc"
14 #undef HELPER_H
16 #endif /* HELPER_PROTO_H */