mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-25 22:43:55 +00:00
Initial Commit
This commit is contained in:
13
thirdparty/capstone/arch/LoongArch/LoongArchModule.h
vendored
Normal file
13
thirdparty/capstone/arch/LoongArch/LoongArchModule.h
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/* Capstone Disassembly Engine */
|
||||
/* By Jiajie Chen <c@jia.je>, 2024 */
|
||||
/* Yanglin Xun <1109673069@qq.com>, 2024 */
|
||||
|
||||
#ifndef CS_LOONGARCH_MODULE_H
|
||||
#define CS_LOONGARCH_MODULE_H
|
||||
|
||||
#include "../../utils.h"
|
||||
|
||||
cs_err LoongArch_global_init(cs_struct *ud);
|
||||
cs_err LoongArch_option(cs_struct *handle, cs_opt_type type, size_t value);
|
||||
|
||||
#endif // CS_LOONGARCH_MODULE_H
|
Reference in New Issue
Block a user