rizin/librz/arch/isa/avr/assembler.h
wargio d47ceedbd3 Merge rz_asm and rz_analysis into one library but keep deprecated apis.
The tms320c64x has been merged into tms320.
2024-03-07 18:38:49 +08:00

11 lines
349 B
C

// SPDX-FileCopyrightText: 2021 deroad <wargio@libero.it>
// SPDX-License-Identifier: LGPL-3.0-only
#ifndef RZ_ASM_AVR_ASSEMBLER_H
#define RZ_ASM_AVR_ASSEMBLER_H
#include <rz_types.h>
#include <rz_util.h>
ut32 avr_assembler(const char *input, st32 input_size, ut8 *output, st32 output_size, ut64 pc, bool be);
#endif /* RZ_ASM_AVR_ASSEMBLER_H */