1 /* Automatically generated header! Do not edit! */
    2 
    3 #ifndef PROTO_LOWLEVEL_H
    4 #define PROTO_LOWLEVEL_H
    5 
    6 #ifndef __NOLIBBASE__
    7 extern struct Library *
    8 #ifdef __CONSTLIBBASEDECL__
    9 __CONSTLIBBASEDECL__
   10 #endif /* __CONSTLIBBASEDECL__ */
   11 LowLevelBase;
   12 #endif /* !__NOLIBBASE__ */
   13 
   14 #include <clib/lowlevel_protos.h>
   15 
   16 #ifdef __GNUC__
   17 #ifdef __PPC__
   18 #ifndef _NO_PPCINLINE
   19 #include <ppcinline/lowlevel.h>
   20 #endif /* _NO_PPCINLINE */
   21 #else
   22 #ifndef _NO_INLINE
   23 #include <inline/lowlevel.h>
   24 #endif /* _NO_INLINE */
   25 #endif /* __PPC__ */
   26 #elif defined(__VBCC__)
   27 #include <inline/lowlevel_protos.h>
   28 #else
   29 #include <pragmas/lowlevel_pragmas.h>
   30 #endif /* __GNUC__ */
   31 
   32 #endif /* !PROTO_LOWLEVEL_H */
   33