summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/schedulergetprocessor.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/schedulergetprocessor.c')
-rw-r--r--cpukit/rtems/src/schedulergetprocessor.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/rtems/src/schedulergetprocessor.c b/cpukit/rtems/src/schedulergetprocessor.c
index 5aafeae204..92551f446a 100644
--- a/cpukit/rtems/src/schedulergetprocessor.c
+++ b/cpukit/rtems/src/schedulergetprocessor.c
@@ -3,7 +3,7 @@
/**
* @file
*
- * @ingroup RTEMSImplClassic
+ * @ingroup RTEMSImplClassicScheduler
*
* @brief This source file contains the implementation of
* rtems_scheduler_get_processor() which may be used by binding for languages
@@ -11,7 +11,7 @@
*/
/*
- * Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+ * Copyright (C) 2021 embedded brains GmbH & Co. KG
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -39,7 +39,7 @@
#include "config.h"
#endif
-#include <rtems/rtems/tasks.h>
+#include <rtems/rtems/scheduler.h>
static uint32_t _RTEMS_Scheduler_get_processor( void )
{