mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-12-11 14:34:58 +00:00
Initial Commit
This commit is contained in:
11
thirdparty/capstone/arch/TriCore/TriCoreModule.h
vendored
Normal file
11
thirdparty/capstone/arch/TriCore/TriCoreModule.h
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// Created by aya on 3/4/23.
|
||||
//
|
||||
|
||||
#ifndef CAPSTONE_TRICODEMODULE_H
|
||||
#define CAPSTONE_TRICODEMODULE_H
|
||||
|
||||
cs_err TRICORE_global_init(cs_struct *ud);
|
||||
cs_err TRICORE_option(cs_struct *handle, cs_opt_type type, size_t value);
|
||||
|
||||
#endif // CAPSTONE_TRICODEMODULE_H
|
||||
Reference in New Issue
Block a user