historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/accel/tcg/plugin-helpers.h
2024-01-16 11:20:27 -06:00

5 lines
199 B
C

#ifdef CONFIG_PLUGIN
/* Note: no TCG flags because those are overwritten later */
DEF_HELPER_2(plugin_vcpu_udata_cb, void, i32, ptr)
DEF_HELPER_4(plugin_vcpu_mem_cb, void, i32, i32, i64, ptr)
#endif