summaryrefslogtreecommitdiff
path: root/arch/arm64/sysregs_enum.h
blob: 6fbfd9c93be561940c9372a18623ac940f74c919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* GENERATED FILE - DO NOT MODIFY - SUBMIT GITHUB ISSUE IF PROBLEM FOUND */
#pragma once

#include <stddef.h>

#include "binaryninjaapi.h"
#include "disassembler/sysregs_gen.h"
#include "disassembler/sysregs_fmt_gen.h"

using namespace BinaryNinja;
using namespace std;

Ref<Enumeration> get_system_register_enum();
Ref<Type> get_system_register_enum_type(Ref<BinaryView> view);
QualifiedName get_system_register_enum_type_name(Ref<BinaryView> view);
const vector<uint32_t>& get_system_registers();