aboutsummaryrefslogtreecommitdiff
path: root/src/target/a64_disassembler.h
blob: 28fcf4b33161b142243b61cdc5bb2860fd935a04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: GPL-2.0-or-later */

/***************************************************************************
 *   Copyright (C) 2019 by Mete Balci                                      *
 *   metebalci@gmail.com                                                   *
 ***************************************************************************/

#ifndef OPENOCD_TARGET_AARCH64_DISASSEMBLER_H
#define OPENOCD_TARGET_AARCH64_DISASSEMBLER_H

#include "target.h"

int a64_disassemble(
		struct command_invocation *cmd,
		struct target *target,
		target_addr_t address,
		size_t count);

#endif /* OPENOCD_TARGET_AARCH64_DISASSEMBLER_H */