summaryrefslogtreecommitdiffstats
path: root/cpukit/backward
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-07 13:44:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-07 13:44:13 +0000
commit736f024feef9975482b4019adb58dfa9fa851c26 (patch)
tree6e434e7497ee9900845d563531f02b780dcd70c7 /cpukit/backward
parent2004-11-07 Ralf Corsepius <ralf.corsepiu@rtems.org> (diff)
downloadrtems-736f024feef9975482b4019adb58dfa9fa851c26.tar.bz2
Add doxygen preamble
Diffstat (limited to 'cpukit/backward')
-rw-r--r--cpukit/backward/asm.h5
-rw-r--r--cpukit/backward/chain.h5
-rw-r--r--cpukit/backward/clockdrv.h5
-rw-r--r--cpukit/backward/confdefs.h5
-rw-r--r--cpukit/backward/console.h5
-rw-r--r--cpukit/backward/dosfs.h5
-rw-r--r--cpukit/backward/imfs.h5
-rw-r--r--cpukit/backward/iosupp.h5
-rw-r--r--cpukit/backward/itron.h5
-rw-r--r--cpukit/backward/motorola/mc68230.h5
-rw-r--r--cpukit/backward/motorola/mc68681.h5
-rw-r--r--cpukit/backward/ringbuf.h5
-rw-r--r--cpukit/backward/rtc.h5
-rw-r--r--cpukit/backward/spurious.h5
-rw-r--r--cpukit/backward/timerdrv.h5
-rw-r--r--cpukit/backward/vmeintr.h5
-rw-r--r--cpukit/backward/zilog/z8030.h5
-rw-r--r--cpukit/backward/zilog/z8036.h5
-rw-r--r--cpukit/backward/zilog/z8536.h5
19 files changed, 95 insertions, 0 deletions
diff --git a/cpukit/backward/asm.h b/cpukit/backward/asm.h
index 8c34f7f514..9d09c53942 100644
--- a/cpukit/backward/asm.h
+++ b/cpukit/backward/asm.h
@@ -1,3 +1,8 @@
+/**
+ * @file asm.h
+ * @deprecated
+ */
+
#ifndef __asm_h
#define __asm_h
#ifndef RTEMS_NO_WARN_DEPRECATED
diff --git a/cpukit/backward/chain.h b/cpukit/backward/chain.h
index b3c6d371bb..dbe7eca12c 100644
--- a/cpukit/backward/chain.h
+++ b/cpukit/backward/chain.h
@@ -1,3 +1,8 @@
+/**
+ * @file chain.h
+ * @deprecated
+ */
+
#ifndef __chain_h
#define __chain_h
#ifndef RTEMS_NO_WARN_DEPRECATED
diff --git a/cpukit/backward/clockdrv.h b/cpukit/backward/clockdrv.h
index 5c2e767d06..37a9aaa2f7 100644
--- a/cpukit/backward/clockdrv.h
+++ b/cpukit/backward/clockdrv.h
@@ -1,3 +1,8 @@
+/**
+ * @file clockdrv.h
+ * @deprecated
+ */
+
#ifndef __clockdrv_h
#define __clockdrv_h
#ifndef RTEMS_NO_WARN_DEPRECATED
diff --git a/cpukit/backward/confdefs.h b/cpukit/backward/confdefs.h
index 85bc2d6175..6b92720c1e 100644
--- a/cpukit/backward/confdefs.h
+++ b/cpukit/backward/confdefs.h
@@ -1,3 +1,8 @@
+/**
+ * @file confdefs.h
+ * @deprecated
+ */
+
#ifndef __confdefs_h
#define __confdefs_h
#ifndef RTEMS_NO_WARN_DEPRECATED
diff --git a/cpukit/backward/console.h b/cpukit/backward/console.h
index e90f94a0b0..44f06d1d64 100644
--- a/cpukit/backward/console.h
+++ b/cpukit/backward/console.h
@@ -1,3 +1,8 @@
+/**
+ * @file console.h
+ * @deprecated
+ */
+
#ifndef __console_h
#define __console_h
#ifndef RTEMS_NO_WARN_DEPRECATED
diff --git a/cpukit/backward/dosfs.h b/cpukit/backward/dosfs.h
index 596247f2be..2e5517202d 100644
--- a/cpukit/backward/dosfs.h
+++ b/cpukit/backward/dosfs.h
@@ -1,3 +1,8 @@
+/**
+ * @file dosfs.h
+ * @deprecated
+ */
+
#ifndef __dosfs_h
#define __dosfs_h
#ifndef RTEMS_NO_WARN_DEPRECATED
diff --git a/cpukit/backward/imfs.h b/cpukit/backward/imfs.h
index 5acf3802f8..fbbbbd977a 100644
--- a/cpukit/backward/imfs.h
+++ b/cpukit/backward/imfs.h
@@ -1,3 +1,8 @@
+/**
+ * @file imfs.h
+ * @deprecated
+ */
+
#ifndef __imfs_h
#define __imfs_h
#ifndef RTEMS_NO_WARN_DEPRECATED
diff --git a/cpukit/backward/iosupp.h b/cpukit/backward/iosupp.h
index 52b5249d63..9005590ab1 100644
--- a/cpukit/backward/iosupp.h
+++ b/cpukit/backward/iosupp.h
@@ -1,3 +1,8 @@
+/**
+ * @file iosupp.h
+ * @deprecated
+ */
+
#ifndef __iosupp_h
#define __iosupp_h
#ifndef RTEMS_NO_WARN_DEPRECATED
diff --git a/cpukit/backward/itron.h b/cpukit/backward/itron.h
index e02198f63a..45b4f57add 100644
--- a/cpukit/backward/itron.h
+++ b/cpukit/backward/itron.h
@@ -1,3 +1,8 @@
+/**
+ * @file itron.h
+ * @deprecated
+ */
+
#ifndef __itron_h
#define __itron_h
#ifndef RTEMS_NO_WARN_DEPRECATED
diff --git a/cpukit/backward/motorola/mc68230.h b/cpukit/backward/motorola/mc68230.h
index 30f4f81db5..dcb07023d8 100644
--- a/cpukit/backward/motorola/mc68230.h
+++ b/cpukit/backward/motorola/mc68230.h
@@ -1,3 +1,8 @@
+/**
+ * @file motorola/mc68230.h
+ * @deprecated
+ */
+
#ifndef __motorola_mc68230_h
#define __motorola_mc68230_h
#ifndef RTEMS_NO_WARN_DEPRECATED
diff --git a/cpukit/backward/motorola/mc68681.h b/cpukit/backward/motorola/mc68681.h
index 3f78a7cd59..ba8692786d 100644
--- a/cpukit/backward/motorola/mc68681.h
+++ b/cpukit/backward/motorola/mc68681.h
@@ -1,3 +1,8 @@
+/**
+ * @file motorola/mc68681.h
+ * @deprecated
+ */
+
#ifndef __motorola_mc68681_h
#define __motorola_mc68681_h
#ifndef RTEMS_NO_WARN_DEPRECATED
diff --git a/cpukit/backward/ringbuf.h b/cpukit/backward/ringbuf.h
index 8ab909be21..d8846ada98 100644
--- a/cpukit/backward/ringbuf.h
+++ b/cpukit/backward/ringbuf.h
@@ -1,3 +1,8 @@
+/**
+ * @file ringbuf.h
+ * @deprecated
+ */
+
#ifndef __ringbuf_h
#define __ringbuf_h
#ifndef RTEMS_NO_WARN_DEPRECATED
diff --git a/cpukit/backward/rtc.h b/cpukit/backward/rtc.h
index 978aca4359..4cbda5f348 100644
--- a/cpukit/backward/rtc.h
+++ b/cpukit/backward/rtc.h
@@ -1,3 +1,8 @@
+/**
+ * @file rtc.h
+ * @deprecated
+ */
+
#ifndef __rtc_h
#define __rtc_h
#ifndef RTEMS_NO_WARN_DEPRECATED
diff --git a/cpukit/backward/spurious.h b/cpukit/backward/spurious.h
index c770fd7acd..6d129ca3ae 100644
--- a/cpukit/backward/spurious.h
+++ b/cpukit/backward/spurious.h
@@ -1,3 +1,8 @@
+/**
+ * @file spurious.h
+ * @deprecated
+ */
+
#ifndef __spurious_h
#define __spurious_h
#ifndef RTEMS_NO_WARN_DEPRECATED
diff --git a/cpukit/backward/timerdrv.h b/cpukit/backward/timerdrv.h
index a9a40fada1..4f721cdc72 100644
--- a/cpukit/backward/timerdrv.h
+++ b/cpukit/backward/timerdrv.h
@@ -1,3 +1,8 @@
+/**
+ * @file timerdrv.h
+ * @deprecated
+ */
+
#ifndef __timerdrv_h
#define __timerdrv_h
#ifndef RTEMS_NO_WARN_DEPRECATED
diff --git a/cpukit/backward/vmeintr.h b/cpukit/backward/vmeintr.h
index caf7094a87..a4b9e13c02 100644
--- a/cpukit/backward/vmeintr.h
+++ b/cpukit/backward/vmeintr.h
@@ -1,3 +1,8 @@
+/**
+ * @file vmeintr.h
+ * @deprecated
+ */
+
#ifndef __vmeintr_h
#define __vmeintr_h
#ifndef RTEMS_NO_WARN_DEPRECATED
diff --git a/cpukit/backward/zilog/z8030.h b/cpukit/backward/zilog/z8030.h
index 2974a5026e..01718fb0a4 100644
--- a/cpukit/backward/zilog/z8030.h
+++ b/cpukit/backward/zilog/z8030.h
@@ -1,3 +1,8 @@
+/**
+ * @file zilog/z8030.h
+ * @deprecated
+ */
+
#ifndef __zilog_z8030_h
#define __zilog_z8030_h
#ifndef RTEMS_NO_WARN_DEPRECATED
diff --git a/cpukit/backward/zilog/z8036.h b/cpukit/backward/zilog/z8036.h
index d1c5b5ee4c..00eb444f68 100644
--- a/cpukit/backward/zilog/z8036.h
+++ b/cpukit/backward/zilog/z8036.h
@@ -1,3 +1,8 @@
+/**
+ * @file zilog/z8036.h
+ * @deprecated
+ */
+
#ifndef __zilog_z8036_h
#define __zilog_z8036_h
#ifndef RTEMS_NO_WARN_DEPRECATED
diff --git a/cpukit/backward/zilog/z8536.h b/cpukit/backward/zilog/z8536.h
index 4f61feb9ba..ad23591b9c 100644
--- a/cpukit/backward/zilog/z8536.h
+++ b/cpukit/backward/zilog/z8536.h
@@ -1,3 +1,8 @@
+/**
+ * @file zilog/z8536.h
+ * @deprecated
+ */
+
#ifndef __zilog_z8536_h
#define __zilog_z8536_h
#ifndef RTEMS_NO_WARN_DEPRECATED