summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/percpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/percpu.h')
-rw-r--r--cpukit/score/include/rtems/score/percpu.h2
1 files changed, 1 insertions, 1 deletions
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.