aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/plugin-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel/tcg/plugin-helpers.h')
-rw-r--r--accel/tcg/plugin-helpers.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/accel/tcg/plugin-helpers.h b/accel/tcg/plugin-helpers.h
new file mode 100644
index 0000000000..1916ee7920
--- /dev/null
+++ b/accel/tcg/plugin-helpers.h
@@ -0,0 +1,5 @@
+#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