From e460cd00fddc586908192fa8f46b7e5bfe6bd5ce Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 27 Sep 2017 12:07:14 +0200 Subject: score: Rename to _Scheduler_Control Rename struct Scheduler_Control to _Scheduler_Control to allow its use in standard header files, e.g. . Update #3112. --- cpukit/score/include/rtems/score/priority.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/include/rtems/score/priority.h') 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 #include -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 /** -- cgit v1.2.3