mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2025-01-01 08:59:40 +00:00
16 lines
382 B
C
16 lines
382 B
C
|
/* SPDX-FileCopyrightText: © 2022 Decompollaborate */
|
||
|
/* SPDX-License-Identifier: MIT */
|
||
|
|
||
|
/* Automatically generated. DO NOT MODIFY */
|
||
|
|
||
|
#ifndef InstrSuffix_enum_table_h_automatic
|
||
|
#define InstrSuffix_enum_table_h_automatic
|
||
|
|
||
|
typedef enum RabbitizerInstrSuffix {
|
||
|
RABINSTRSUFFIX_ALL_NONE,
|
||
|
RABINSTRSUFFIX_R5900_xyzw,
|
||
|
RABINSTRSUFFIX_ALL_MAX,
|
||
|
} RabbitizerInstrSuffix;
|
||
|
|
||
|
#endif
|