Statistics
| Branch: | Revision:

root / target-sh4 / helper.h @ 988d7eaa

History | View | Annotate | Download (82 Bytes)

1
#ifndef DEF_HELPER
2
#define DEF_HELPER(ret, name, params) ret name params;
3
#endif
4