mirror_qemu/target-ppc/helper.h

5 lines
82 B
C

#ifndef DEF_HELPER
#define DEF_HELPER(ret, name, params) ret name params;
#endif