helper-gen-common.h 349 B

1234567891011121314
  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. #ifndef HELPER_GEN_COMMON_H
  7. #define HELPER_GEN_COMMON_H
  8. #define HELPER_H "accel/tcg/tcg-runtime.h"
  9. #include "exec/helper-gen.h.inc"
  10. #undef HELPER_H
  11. #endif /* HELPER_GEN_COMMON_H */