]> git.proxmox.com Git - qemu.git/commitdiff
alpha: add target-alpha/helper.h (missing from commit r5150)
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 4 Sep 2008 20:24:14 +0000 (20:24 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 4 Sep 2008 20:24:14 +0000 (20:24 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5161 c046a42c-6fe2-441c-8c8c-71466251a162

target-alpha/helper.h [new file with mode: 0644]

diff --git a/target-alpha/helper.h b/target-alpha/helper.h
new file mode 100644 (file)
index 0000000..ef2c557
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef DEF_HELPER
+#define DEF_HELPER(ret, name, params) ret name params;
+#endif
+
+DEF_HELPER(void, helper_tb_flush, (void))
+#ifndef DEF_HELPER
+#define DEF_HELPER(ret, name, params) ret name params;
+#endif
+
+DEF_HELPER(void, helper_tb_flush, (void))