aboutsummaryrefslogtreecommitdiff
path: root/include/exec/helper-gen.h
blob: f7ec15569973d7885fc2be36913e697e77c59b34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Helper file for declaring TCG helper functions.
 * This one expands generation functions for tcg opcodes.
 */

#ifndef HELPER_GEN_H
#define HELPER_GEN_H

#include "exec/helper-gen-common.h"

#define HELPER_H "helper.h"
#include "exec/helper-gen.h.inc"
#undef  HELPER_H

#endif /* HELPER_GEN_H */