* [Qemu-devel] [5161] alpha: add target-alpha/helper.h (missing from commit r5150)
@ 2008-09-04 20:24 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-09-04 20:24 UTC (permalink / raw)
To: qemu-devel
Revision: 5161
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5161
Author: aurel32
Date: 2008-09-04 20:24:14 +0000 (Thu, 04 Sep 2008)
Log Message:
-----------
alpha: add target-alpha/helper.h (missing from commit r5150)
Added Paths:
-----------
trunk/target-alpha/helper.h
Added: trunk/target-alpha/helper.h
===================================================================
--- trunk/target-alpha/helper.h (rev 0)
+++ trunk/target-alpha/helper.h 2008-09-04 20:24:14 UTC (rev 5161)
@@ -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))
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-09-04 20:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-04 20:24 [Qemu-devel] [5161] alpha: add target-alpha/helper.h (missing from commit r5150) Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).