summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/inline/rtems/rtems/region.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/inline/rtems/rtems/region.inl')
-rw-r--r--cpukit/rtems/inline/rtems/rtems/region.inl4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/rtems/inline/rtems/rtems/region.inl b/cpukit/rtems/inline/rtems/rtems/region.inl
index efc77f8db2..24463a87fe 100644
--- a/cpukit/rtems/inline/rtems/rtems/region.inl
+++ b/cpukit/rtems/inline/rtems/rtems/region.inl
@@ -5,7 +5,7 @@
* routines from the Region Manager.
*/
-/* COPYRIGHT (c) 1989-1999.
+/* COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -105,5 +105,7 @@ RTEMS_INLINE_ROUTINE boolean _Region_Is_null (
return ( the_region == NULL );
}
+/**@}*/
+
#endif
/* end of include file */