summaryrefslogtreecommitdiff
path: root/target-alpha/helper.h
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-09-04 20:24:14 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-09-04 20:24:14 +0000
commit59df7f62a9ba5358e7f2e2498d38d5f8719cc05a (patch)
treebd39457a4904cef7cd0531b87c10ffd599a76656 /target-alpha/helper.h
parentbd568f1849220f67d187adbc67f968febd986bd7 (diff)
downloadqemu-59df7f62a9ba5358e7f2e2498d38d5f8719cc05a.tar.gz
alpha: add target-alpha/helper.h (missing from commit r5150)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5161 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-alpha/helper.h')
-rw-r--r--target-alpha/helper.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/target-alpha/helper.h b/target-alpha/helper.h
new file mode 100644
index 0000000000..ef2c55729a
--- /dev/null
+++ b/target-alpha/helper.h
@@ -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))