rabbitizer 1.16.0

MIPS instruction decoder
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */
/* SPDX-License-Identifier: MIT */

#ifndef RABBITIZER_ACCESS_TYPE_H
#define RABBITIZER_ACCESS_TYPE_H
#pragma once

#ifdef __cplusplus
extern "C" {
#endif

#include "generated/AccessType_enum.h"

#ifdef __cplusplus
}
#endif

#endif