summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sh/rtems/score
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/sh/rtems/score')
-rw-r--r--cpukit/score/cpu/sh/rtems/score/cpu.h4
-rw-r--r--cpukit/score/cpu/sh/rtems/score/sh.h7
-rw-r--r--cpukit/score/cpu/sh/rtems/score/sh_io.h4
-rw-r--r--cpukit/score/cpu/sh/rtems/score/types.h4
4 files changed, 17 insertions, 2 deletions
diff --git a/cpukit/score/cpu/sh/rtems/score/cpu.h b/cpukit/score/cpu/sh/rtems/score/cpu.h
index eaa3898d62..a546ebf1df 100644
--- a/cpukit/score/cpu/sh/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sh/rtems/score/cpu.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/score/cpu.h
+ */
+
/*
* This include file contains information pertaining to the Hitachi SH
* processor.
diff --git a/cpukit/score/cpu/sh/rtems/score/sh.h b/cpukit/score/cpu/sh/rtems/score/sh.h
index 691332e540..3606e8617a 100644
--- a/cpukit/score/cpu/sh/rtems/score/sh.h
+++ b/cpukit/score/cpu/sh/rtems/score/sh.h
@@ -1,5 +1,8 @@
-/* sh.h
- *
+/**
+ * @file rtems/score/sh.h
+ */
+
+/*
* This include file contains information pertaining to the Hitachi SH
* processor.
*
diff --git a/cpukit/score/cpu/sh/rtems/score/sh_io.h b/cpukit/score/cpu/sh/rtems/score/sh_io.h
index 5be558093e..44b62b6c0e 100644
--- a/cpukit/score/cpu/sh/rtems/score/sh_io.h
+++ b/cpukit/score/cpu/sh/rtems/score/sh_io.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/score/sh_io.h
+ */
+
/*
* These are some macros to access memory mapped devices
* on the SH7000-architecture.
diff --git a/cpukit/score/cpu/sh/rtems/score/types.h b/cpukit/score/cpu/sh/rtems/score/types.h
index d60a0ae9b5..99809eb70d 100644
--- a/cpukit/score/cpu/sh/rtems/score/types.h
+++ b/cpukit/score/cpu/sh/rtems/score/types.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/score/types.h
+ */
+
/*
* This include file contains information pertaining to the Hitachi SH
* processor.