19 #ifndef _RTEMS_SCORE_PRIORITYBITMAP_H 20 #define _RTEMS_SCORE_PRIORITYBITMAP_H 22 #include <rtems/score/cpu.h> 35 typedef uint16_t Priority_bit_map_Word;
52 Priority_bit_map_Word bit_map[ 16 ];
Definition: prioritybitmap.h:37
Priority_bit_map_Word major_bit_map
Each sixteen bit entry in this word is associated with one of the sixteen entries in the bit map...
Definition: prioritybitmap.h:42