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