summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/clock.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/clock.h36
1 files changed, 22 insertions, 14 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/clock.h b/cpukit/rtems/include/rtems/rtems/clock.h
index d467f353fd..a6fc6bbb6a 100644
--- a/cpukit/rtems/include/rtems/rtems/clock.h
+++ b/cpukit/rtems/include/rtems/rtems/clock.h
@@ -1,21 +1,20 @@
/**
* @file rtems/rtems/clock.h
- */
-
-/*
+ *
* This include file contains all the constants and structures associated
* with the Clock Manager. This manager provides facilities to set, obtain,
* and continually update the current date and time.
*
* This manager provides directives to:
*
- * + set the current date and time
- * + obtain the current date and time
- * + set the nanoseconds since last clock tick handler
- * + announce a clock tick
- * + obtain the system uptime
- *
- * COPYRIGHT (c) 1989-2008.
+ * - set the current date and time
+ * - obtain the current date and time
+ * - set the nanoseconds since last clock tick handler
+ * - announce a clock tick
+ * - obtain the system uptime
+ */
+
+/* COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -28,16 +27,23 @@
#ifndef _RTEMS_RTEMS_CLOCK_H
#define _RTEMS_RTEMS_CLOCK_H
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#include <rtems/score/tod.h>
#include <rtems/score/watchdog.h>
#include <rtems/rtems/status.h>
#include <rtems/rtems/types.h>
/**
+ * @defgroup ClassicClock Classic API Clock
+ *
+ * This encapsulates functionality which XXX
+ */
+/**@{*/
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/**
* List of things which can be returned by the rtems_clock_get directive.
*/
typedef enum {
@@ -259,5 +265,7 @@ Watchdog_Interval _TOD_To_seconds(
}
#endif
+/**@}*/
+
#endif
/* end of include file */