summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/include/rtems/rtems/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/include/rtems/rtems/timer.h')
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/timer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/src/exec/rtems/include/rtems/rtems/timer.h b/c/src/exec/rtems/include/rtems/rtems/timer.h
index 8f9b765037..58d40b3e05 100644
--- a/c/src/exec/rtems/include/rtems/rtems/timer.h
+++ b/c/src/exec/rtems/include/rtems/rtems/timer.h
@@ -310,7 +310,10 @@ rtems_status_code rtems_timer_reset(
* It must be invoked before any task-based timers can be initiated.
*/
+#define RTEMS_TIMER_SERVER_DEFAULT_PRIORITY -1
+
rtems_status_code rtems_timer_initiate_server(
+ unsigned32 priority,
unsigned32 stack_size,
rtems_attribute attribute_set
);