From f068384e3c8fd31d4791e22b4c91e29fa907ff3b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 24 Jul 2013 12:03:31 +0200 Subject: score: Create schedulerpriority impl header Move implementation specific parts of schedulerpriority.h and schedulerpriority.inl into new header file schedulerpriorityimpl.h. The schedulerpriority.h contains now only the application visible API. Add missing includes. Remove superfluous includes. Move declaration of _Priority_Bit_map to prioritybitmap.inl since this variable is used only here. Remove second declaration of _Priority_Major_bit_map. --- cpukit/score/include/rtems/score/schedulersimpleimpl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/include/rtems/score/schedulersimpleimpl.h') diff --git a/cpukit/score/include/rtems/score/schedulersimpleimpl.h b/cpukit/score/include/rtems/score/schedulersimpleimpl.h index e8c4cc6cad..076d1a9258 100644 --- a/cpukit/score/include/rtems/score/schedulersimpleimpl.h +++ b/cpukit/score/include/rtems/score/schedulersimpleimpl.h @@ -20,6 +20,8 @@ #define _RTEMS_SCORE_SCHEDULERSIMPLEIMPL_H #include +#include +#include #ifdef __cplusplus extern "C" { -- cgit v1.2.3