12 lines
288 B
C
12 lines
288 B
C
// SPDX-FileCopyrightText: 2014 pancake <pancake@nopcode.org>
|
|
// SPDX-License-Identifier: LGPL-3.0-only
|
|
|
|
#ifndef _INCLUDE_ARMASS_H_
|
|
#define _INCLUDE_ARMASS_H_
|
|
|
|
#include <rz_types_base.h>
|
|
#include "aarch64_meta_macros.h"
|
|
|
|
int armass_assemble(const char *str, ut64 off, int thumb);
|
|
|
|
#endif
|