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/scheduler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/include/rtems/score/scheduler.h') diff --git a/cpukit/score/include/rtems/score/scheduler.h b/cpukit/score/include/rtems/score/scheduler.h index a2a72b037c..38f3e710e7 100644 --- a/cpukit/score/include/rtems/score/scheduler.h +++ b/cpukit/score/include/rtems/score/scheduler.h @@ -40,7 +40,7 @@ struct Per_CPU_Control; */ /**@{*/ -typedef struct Scheduler_Control Scheduler_Control; +typedef struct _Scheduler_Control Scheduler_Control; /** * @brief The scheduler operations. @@ -236,7 +236,7 @@ typedef struct Scheduler_Context { /** * @brief Scheduler control. */ -struct Scheduler_Control { +struct _Scheduler_Control { /** * @brief Reference to a statically allocated scheduler context. */ -- cgit v1.2.3