summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/clock.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/clock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/clock.h b/cpukit/rtems/include/rtems/rtems/clock.h
index ef1b98edb1..e638acc030 100644
--- a/cpukit/rtems/include/rtems/rtems/clock.h
+++ b/cpukit/rtems/include/rtems/rtems/clock.h
@@ -248,7 +248,7 @@ rtems_status_code rtems_clock_get_uptime(
* @return This method returns true if the TOD is valid and false otherwise.
*/
bool _TOD_Validate(
- rtems_time_of_day *the_tod
+ const rtems_time_of_day *the_tod
);
/**
@@ -262,7 +262,7 @@ bool _TOD_Validate(
* by @a the_tod
*/
Watchdog_Interval _TOD_To_seconds(
- rtems_time_of_day *the_tod
+ const rtems_time_of_day *the_tod
);
#ifdef __cplusplus