Statistics
| Branch: | Revision:

root / target-ppc / helper.h @ bd7d9a6d

History | View | Annotate | Download (82 Bytes)

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