/* Automatically generated header (sfdc 1.11f)! Do not edit! */ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #if defined (__libnix__) __attribute__((section(".dlist___LIB_LIST__"))) void* MC68060Base[2] = { (void*)-1, "MC68060.library" }; #elif defined (__AMIGAOS4__) #undef __USE_INLINE__ #define _NO_INLINE #include #include #include #include #include #include __attribute__((weak)) struct Library * MC68060Base = NULL; __attribute__((weak)) struct MC68060IFace* IMC68060 = NULL; void __init_MC68060(void) __attribute__((constructor)); void __exit_MC68060(void) __attribute__((destructor)); void __init_MC68060(void) { if (MC68060Base == NULL) { MC68060Base = (struct Library *) IExec->OpenLibrary("MC68060.library", 0); assert(MC68060Base != NULL); } if (IMC68060 == NULL) { IMC68060 = (struct MC68060IFace*) IExec->GetInterface((struct Library*) MC68060Base, "main", 1, NULL); assert(IMC68060 != NULL); } } void __exit_MC68060(void) { IExec->DropInterface((struct Interface*) IMC68060); IExec->CloseLibrary((struct Library*) MC68060Base); } #endif #ifdef __cplusplus } #endif /* __cplusplus */