/* * * CMA services for DECthreads (V5.5). */ #ifndef _CMA_H #define _CMA_H # ifdef __cplusplus extern "C" { # endif #define cma_c_null __cma_c_null_dummy #define cma_g_debug __cma_g_debug_dummy #include "sys$library:cma.h" #undef cma_c_null #undef cma_g_debug #ifndef _CMA_SUPPRESS_EXTERNALS_ extern cma_t_handle cma_c_null __asm("_$$PsectAttributes_GLOBALSYMBOL$$cma_c_null"); extern void (*cma_g_debug)(void) __asm("_$$PsectAttributes_GLOBALSYMBOL$$cma_g_debug"); #endif # ifdef __cplusplus } # endif #endif /*_CMA_H*/