mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-08 23:26:19 +00:00
12 lines
256 B
C
12 lines
256 B
C
//
|
|
// 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
|