helper-proto.h 359 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_H
  7. #define HELPER_PROTO_H
  8. #include "exec/helper-proto-common.h"
  9. #define HELPER_H "helper.h"
  10. #include "exec/helper-proto.h.inc"
  11. #undef HELPER_H
  12. #endif /* HELPER_PROTO_H */