summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/priority.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/priority.h')
-rw-r--r--cpukit/score/include/rtems/score/priority.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/priority.h b/cpukit/score/include/rtems/score/priority.h
index 595aa3ebcf..9cc6338288 100644
--- a/cpukit/score/include/rtems/score/priority.h
+++ b/cpukit/score/include/rtems/score/priority.h
@@ -22,7 +22,7 @@
#include <rtems/score/cpu.h>
#include <rtems/score/rbtree.h>
-struct Scheduler_Control;
+struct _Scheduler_Control;
#ifdef __cplusplus
extern "C" {
@@ -140,7 +140,7 @@ struct Priority_Aggregation {
/**
* @brief The scheduler instance of this priority aggregation.
*/
- const struct Scheduler_Control *scheduler;
+ const struct _Scheduler_Control *scheduler;
#endif
/**