mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2009-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/include/rtems/rtems/clock.h: Eliminate unused type rtems_clock_time_value.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* rtems/include/rtems/rtems/clock.h: Eliminate unused type
|
||||
rtems_clock_time_value.
|
||||
|
||||
2009-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* libcsupport/src/termios.c, libfs/src/dosfs/msdos_format.c,
|
||||
|
||||
@@ -63,16 +63,6 @@ typedef enum {
|
||||
RTEMS_CLOCK_GET_TIME_VALUE
|
||||
} rtems_clock_get_options;
|
||||
|
||||
/**
|
||||
* 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;
|
||||
|
||||
/**
|
||||
* Type for the nanoseconds since last tick BSP extension.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user