| 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
| 2 | |
| 3 | #ifndef HELPER_A64_H |
| 4 | #define HELPER_A64_H |
| 5 | |
| 6 | #include "exec/helper-proto-common.h" |
| 7 | #include "exec/helper-gen-common.h" |
| 8 | |
| 9 | #define HELPER_H "tcg/helper-a64-defs.h" |
| 10 | #include "exec/helper-proto.h.inc" |
| 11 | #include "exec/helper-gen.h.inc" |
| 12 | #undef HELPER_H |
| 13 | |
| 14 | #endif /* HELPER_A64_H */ |