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