2
0

helper-proto-common.h 412 B

12345678910111213141516
  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. */
  6. #ifndef HELPER_PROTO_COMMON_H
  7. #define HELPER_PROTO_COMMON_H
  8. #include "qemu/atomic128.h" /* for HAVE_CMPXCHG128 */
  9. #define HELPER_H "accel/tcg/tcg-runtime.h"
  10. #include "exec/helper-proto.h.inc"
  11. #undef HELPER_H
  12. #endif /* HELPER_PROTO_COMMON_H */