qga/qapi-schema: Move command description right after command name
[qemu/armbru.git] / accel / tcg / plugin-helpers.h
blob8e685e0654544fb12c3e4e54aacd4462d7b003cd
1 #ifdef CONFIG_PLUGIN
2 DEF_HELPER_FLAGS_2(plugin_vcpu_udata_cb, TCG_CALL_NO_RWG | TCG_CALL_PLUGIN, void, i32, ptr)
3 DEF_HELPER_FLAGS_4(plugin_vcpu_mem_cb, TCG_CALL_NO_RWG | TCG_CALL_PLUGIN, void, i32, i32, i64, ptr)
4 #endif