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