38 #ifndef _RTEMS_SCORE_COREMSGBUFFER_H 39 #define _RTEMS_SCORE_COREMSGBUFFER_H 58 #define RTEMS_SCORE_COREMSG_ENABLE_MESSAGE_PRIORITY 73 #if defined(RTEMS_SCORE_COREMSG_ENABLE_MESSAGE_PRIORITY)
#define RTEMS_ZERO_LENGTH_ARRAY
This is a constant to declare zero-length arrays.
size_t size
This member defines the size of this message.
The structure is used to organize message buffers of a message queue.
int priority
This member defines the priority of this message.
This header file provides basic definitions used by the API and the implementation.
Chain_Node Node
This member is used to enqueue the buffer in the pending or free buffer queue of a message queue...