]> git.proxmox.com Git - mirror_qemu.git/blame - disas/riscv-xventana.h
Merge tag 'migration-20240126-pull-request' of https://gitlab.com/peterx/qemu into...
[mirror_qemu.git] / disas / riscv-xventana.h
CommitLineData
f6f72338
CM
1/*
2 * QEMU disassembler -- RISC-V specific header (xventana*).
3 *
4 * Copyright (c) 2023 VRULL GmbH
5 *
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
8
9#ifndef DISAS_RISCV_XVENTANA_H
10#define DISAS_RISCV_XVENTANA_H
11
12#include "disas/riscv.h"
13
14extern const rv_opcode_data ventana_opcode_data[];
15
16void decode_xventanacondops(rv_decode*, rv_isa);
17
18#endif /* DISAS_RISCV_XVENTANA_H */