/* $Source: /var/local/cvs/gasnet/portals-conduit/gasnet_core_internal.h,v $ * $Date: 2007/08/26 06:01:24 $ * $Revision: 1.3 $ * Description: GASNet PORTALS conduit header for internal definitions in Core API * Copyright 2002, Dan Bonachea * Terms of use are as specified in license.txt */ #ifndef _GASNET_CORE_INTERNAL_H #define _GASNET_CORE_INTERNAL_H #include /* whether or not to use spin-locking for HSL's */ #define GASNETC_HSL_SPINLOCK 1 /* ------------------------------------------------------------------------------------ */ #define GASNETC_HANDLER_BASE 1 /* reserve 1-63 for the core API */ #define _hidx_gasnetc_auxseg_reqh (GASNETC_HANDLER_BASE+0) #define _hidx_gasnetc_noop_reph (GASNETC_HANDLER_BASE+1) /* add new core API handlers here and to the bottom of gasnet_core.c */ #endif