]> git.proxmox.com Git - mirror_qemu.git/blob - target-alpha/helper.h
alpha: fix helper.h
[mirror_qemu.git] / target-alpha / helper.h
1 #ifndef DEF_HELPER
2 #define DEF_HELPER(ret, name, params) ret name params;
3 #endif
4
5 DEF_HELPER(void, helper_tb_flush, (void))