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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/clock.h b/cpukit/rtems/include/rtems/rtems/clock.h
index a6fc6bbb6a..721e30ae35 100644
--- a/cpukit/rtems/include/rtems/rtems/clock.h
+++ b/cpukit/rtems/include/rtems/rtems/clock.h
@@ -63,7 +63,9 @@ typedef enum {
* Standard flavor style to return TOD in for a rtems_clock_get option.
*/
typedef struct {
+ /** This is the seconds portion of a time of day. */
uint32_t seconds;
+ /** This is the microseconds portion of a time of day. */
uint32_t microseconds;
} rtems_clock_time_value;