summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/address.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/address.h19
1 files changed, 16 insertions, 3 deletions
diff --git a/cpukit/score/include/rtems/score/address.h b/cpukit/score/include/rtems/score/address.h
index 587d42a07f..66c7c62a95 100644
--- a/cpukit/score/include/rtems/score/address.h
+++ b/cpukit/score/include/rtems/score/address.h
@@ -1,9 +1,12 @@
-/* address.h
+/**
+ * @file address.h
*
* This include file contains the information required to manipulate
* physical addresses.
- *
- * COPYRIGHT (c) 1989-1999.
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2004.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -16,6 +19,14 @@
#ifndef __RTEMS_ADDRESSES_h
#define __RTEMS_ADDRESSES_h
+/**
+ * @defgroup ScoreAddress Address Handler
+ *
+ * This group contains functionality which abstracts address manipulation
+ * in a portable manner.
+ */
+/**@{*/
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -26,5 +37,7 @@ extern "C" {
}
#endif
+/**@}*/
+
#endif
/* end of include file */