33 #include <rtems/config.h> 55 #if defined(RTEMS_MULTIPROCESSING) 80 #define RTEMS_HAS_HARDWARE_FP CPU_HARDWARE_FP 89 #define RTEMS_SEARCH_ALL_NODES OBJECTS_SEARCH_ALL_NODES 95 #define RTEMS_SEARCH_OTHER_NODES OBJECTS_SEARCH_OTHER_NODES 100 #define RTEMS_SEARCH_LOCAL_NODE OBJECTS_SEARCH_LOCAL_NODE 108 #define RTEMS_WHO_AM_I OBJECTS_WHO_AM_I 118 #define RTEMS_OBJECT_ID_INITIAL_INDEX OBJECTS_ID_INITIAL_INDEX 124 #define RTEMS_OBJECT_ID_FINAL_INDEX OBJECTS_ID_FINAL_INDEX 133 #define RTEMS_OBJECT_ID_INITIAL(_api, _class, _node) \ 134 OBJECTS_ID_INITIAL(_api, _class, _node) 139 #define RTEMS_OBJECT_ID_FINAL OBJECTS_ID_FINAL 151 #define RTEMS_MINIMUM_STACK_SIZE STACK_MINIMUM_SIZE 167 #define RTEMS_CONFIGURED_MINIMUM_STACK_SIZE 0 174 #define RTEMS_NO_TIMEOUT ((rtems_interval) WATCHDOG_NO_TIMEOUT) 179 #define RTEMS_MINIMUM_PACKET_SIZE MP_PACKET_MINIMUM_PACKET_SIZE 188 #define RTEMS_MINIMUN_HETERO_CONVERSION MP_PACKET_MINIMUN_HETERO_CONVERSION
Constants and Structures Associated with the Initialization Manager.
Information About the Thread Stack Handler.
Classic Dual Ported Memory Manager API.
Classic Event Manager API.
const char * rtems_get_copyright_notice(void)
Returns the pointer to the RTEMS copyright notice.
Definition: getcopyrightnotice.c:45
Classic Message Queue Manager API.
Classic Semaphores Manager API.
Classic Input/Output Manager API.
Classic Task Manager API.
Classic Region Manager API.
const char * rtems_get_version_string(void)
Returns the pointer to the RTEMS version string.
Definition: getversionstring.c:26
Information Included in Every Function in the Executive.
Classic Timer Manager API.
Classic Partition Manager API.
Classic Barrier Manager API.