helper.h is used by all units, but not all require the crypto
definitions. Move them to a new header, which we only include
where necessary, removing the need for "exec/helper-proto.h".
Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
target/arm/tcg/helper-a64.h.inc | 16 ----------------
target/arm/tcg/helper-mte.h.inc | 23 +++++++++++++++++++++++
target/arm/tcg/mte_helper.c | 4 +++-
target/arm/tcg/translate-a64.c | 6 ++++++
4 files changed, 32 insertions(+), 17 deletions(-)
create mode 100644 target/arm/tcg/helper-mte.h.inc