1 /* Automatically generated header! Do not edit! */
    2 
    3 #ifndef _PPCINLINE_WBSTART_H
    4 #define _PPCINLINE_WBSTART_H
    5 
    6 #ifndef __PPCINLINE_MACROS_H
    7 #include <ppcinline/macros.h>
    8 #endif /* !__PPCINLINE_MACROS_H */
    9 
   10 #ifndef WBSTART_BASE_NAME
   11 #define WBSTART_BASE_NAME WBStartBase
   12 #endif /* !WBSTART_BASE_NAME */
   13 
   14 #define WBStartTagList(__p0) \
   15 	LP1(36, LONG , WBStartTagList, \
   16 		struct TagItem *, __p0, a0, \
   17 		, WBSTART_BASE_NAME, 0, 0, 0, 0, 0, 0)
   18 
   19 #if defined(USE_INLINE_STDARG) && !defined(__STRICT_ANSI__)
   20 
   21 #include <stdarg.h>
   22 
   23 #define WBStartTags(...) \
   24 	({ULONG _tags[] = { __VA_ARGS__ }; \
   25 	WBStartTagList((struct TagItem *)_tags);})
   26 
   27 #endif
   28 
   29 #endif /* !_PPCINLINE_WBSTART_H */