1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
3 * Copyright (C) 2014-2021 Paul Cercueil <paul@crapouillou.net>
12 struct lightrec_cstate;
15 void lightrec_rec_opcode(struct lightrec_cstate *state, const struct block *block, u16 offset);
16 void lightrec_emit_eob(struct lightrec_cstate *state, const struct block *block,
17 u16 offset, _Bool after_op);
19 #endif /* __EMITTER_H__ */