mirror of
https://github.com/qemu/qemu.git
synced 2025-08-07 23:16:19 +00:00
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
This commit is contained in:
parent
bd568f1849
commit
59df7f62a9
10
target-alpha/helper.h
Normal file
10
target-alpha/helper.h
Normal file
@ -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))
|
Loading…
Reference in New Issue
Block a user