| 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_H |
| 8 | #define HELPER_GEN_H |
| 9 | |
| 10 | #include "exec/helper-gen-common.h" |
| 11 | |
| 12 | #define HELPER_H "helper.h" |
| 13 | #include "exec/helper-gen.h.inc" |
| 14 | #undef HELPER_H |
| 15 | |
| 16 | #endif /* HELPER_GEN_H */ |