21#ifndef _RTEMS_SCORE_PRIORITYBITMAP_H
22#define _RTEMS_SCORE_PRIORITYBITMAP_H
24#include <rtems/score/cpu.h>
40typedef uint16_t Priority_bit_map_Word;
57 Priority_bit_map_Word bit_map[ 16 ];
Definition: prioritybitmap.h:42
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:47