summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems')
-rw-r--r--cpukit/rtems/include/rtems/rtems/clock.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/clock.h b/cpukit/rtems/include/rtems/rtems/clock.h
index 503c4ad6de..7e2d776fe6 100644
--- a/cpukit/rtems/include/rtems/rtems/clock.h
+++ b/cpukit/rtems/include/rtems/rtems/clock.h
@@ -64,16 +64,6 @@ typedef enum {
} 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.
*/
typedef Watchdog_Nanoseconds_since_last_tick_routine