39#ifndef _RTEMS_SCORE_PRIORITYBITMAP_H
40#define _RTEMS_SCORE_PRIORITYBITMAP_H
42#include <rtems/score/cpu.h>
58typedef uint16_t Priority_bit_map_Word;
75 Priority_bit_map_Word bit_map[ 16 ];
Definition: prioritybitmap.h:60
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:65