blob: b74c292ee32b2981e27c3b70913f640c5751cef3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* GENERATED FILE - DO NOT MODIFY - SUBMIT GITHUB ISSUE IF PROBLEM FOUND */
#pragma once
#include "sysregs_gen.h"
#ifdef __cplusplus
extern "C" {
#endif
const char *get_system_register_name(enum SystemReg);
const char *get_system_register_name_decomposed(int op0, int op1, int CRn, int CRm, int op2);
#ifdef __cplusplus
}
#endif
|