1 /* Automatically generated header! Do not edit! */
    2 
    3 #ifndef _PPCINLINE_TRANSLATOR_H
    4 #define _PPCINLINE_TRANSLATOR_H
    5 
    6 #ifndef __PPCINLINE_MACROS_H
    7 #include <ppcinline/macros.h>
    8 #endif /* !__PPCINLINE_MACROS_H */
    9 
   10 #ifndef TRANSLATOR_BASE_NAME
   11 #define TRANSLATOR_BASE_NAME TranslatorBase
   12 #endif /* !TRANSLATOR_BASE_NAME */
   13 
   14 #define Translate(__p0, __p1, __p2, __p3) \
   15 	LP4(30, LONG , Translate, \
   16 		CONST_STRPTR , __p0, a0, \
   17 		LONG , __p1, d0, \
   18 		STRPTR , __p2, a1, \
   19 		LONG , __p3, d1, \
   20 		, TRANSLATOR_BASE_NAME, 0, 0, 0, 0, 0, 0)
   21 
   22 #endif /* !_PPCINLINE_TRANSLATOR_H */