Statistics
| Branch: | Revision:

root / target-ppc / helper.h @ bd7d9a6d

History | View | Annotate | Download (82 Bytes)

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