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:
Sebastian Huber
2013-07-24 13:25:57 +02:00
parent c6e21ee18f
commit f0bfd7d81d
9 changed files with 142 additions and 203 deletions

View File

@@ -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 */