forked from Imagelibrary/rtems
score: Create prioritybitmap implementation header
Move implementation specific parts of prioritybitmap.h and prioritybitmap.inl into new header file prioritybitmapimpl.h. The prioritybitmap.h contains now only the application visible API. Move content of bitfield.h into prioritybitmapimpl.h.
This commit is contained in:
@@ -77,7 +77,7 @@ void print_formula(void);
|
||||
/*
|
||||
* This assumes the default Priority Scheduler
|
||||
*/
|
||||
#include <rtems/score/prioritybitmap.h>
|
||||
#include <rtems/score/prioritybitmapimpl.h>
|
||||
#include <rtems/score/schedulerpriority.h>
|
||||
|
||||
/* Priority scheduling uninitialized (globals) consumption */
|
||||
|
||||
Reference in New Issue
Block a user