summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/headers/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/headers/timer.h')
-rw-r--r--c/src/exec/rtems/headers/timer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/c/src/exec/rtems/headers/timer.h b/c/src/exec/rtems/headers/timer.h
index f6ccb5f4a1..bab05378c7 100644
--- a/c/src/exec/rtems/headers/timer.h
+++ b/c/src/exec/rtems/headers/timer.h
@@ -33,6 +33,7 @@
extern "C" {
#endif
+#include <rtems.h>
#include <rtems/object.h>
#include <rtems/tod.h>
#include <rtems/watchdog.h>
@@ -95,7 +96,7 @@ void _Timer_Manager_initialization(
*/
rtems_status_code rtems_timer_create(
- Objects_Name name,
+ rtems_name name,
Objects_Id *id
);
@@ -111,7 +112,7 @@ rtems_status_code rtems_timer_create(
*/
rtems_status_code rtems_timer_ident(
- Objects_Name name,
+ rtems_name name,
Objects_Id *id
);