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/percpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/include/rtems/score/percpu.h') diff --git a/cpukit/score/include/rtems/score/percpu.h b/cpukit/score/include/rtems/score/percpu.h index 3b63c7c1e1..97cb2bea15 100644 --- a/cpukit/score/include/rtems/score/percpu.h +++ b/cpukit/score/include/rtems/score/percpu.h @@ -452,7 +452,7 @@ typedef struct Per_CPU_Control { * This pointer is NULL in case this processor is currently not used by a * scheduler instance. */ - const struct Scheduler_Control *control; + const struct _Scheduler_Control *control; /** * @brief The scheduler context of the scheduler owning this processor. -- cgit v1.2.3