From 1ad83eb8d83bd2b91ba8b16664cd1726469fed9f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 22 Jan 2002 19:13:10 +0000 Subject: 2001-01-22 Joel Sherrill * include/rtems/rtems/timer.h, src/timerserver.c: Add priority argument to rtems_timer_initiate_server(). --- cpukit/rtems/include/rtems/rtems/timer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpukit/rtems/include/rtems/rtems/timer.h') diff --git a/cpukit/rtems/include/rtems/rtems/timer.h b/cpukit/rtems/include/rtems/rtems/timer.h index 8f9b765037..58d40b3e05 100644 --- a/cpukit/rtems/include/rtems/rtems/timer.h +++ b/cpukit/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 ); -- cgit v1.2.3