summaryrefslogtreecommitdiffstats
path: root/cpukit/backward
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-26 02:42:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-26 02:42:26 +0000
commited5c9c90e0050d47cd08b5b8e97c8897027d65cd (patch)
tree8812f046fae2f2db545559e84486c5ff08f39f4c /cpukit/backward
parentAdd TMPINSTALL_FILES. (diff)
downloadrtems-ed5c9c90e0050d47cd08b5b8e97c8897027d65cd.tar.bz2
New.
Diffstat (limited to 'cpukit/backward')
-rw-r--r--cpukit/backward/rtemsdialer.h12
-rw-r--r--cpukit/backward/rtemspppd.h12
2 files changed, 24 insertions, 0 deletions
diff --git a/cpukit/backward/rtemsdialer.h b/cpukit/backward/rtemsdialer.h
new file mode 100644
index 0000000000..2f9ef17d30
--- /dev/null
+++ b/cpukit/backward/rtemsdialer.h
@@ -0,0 +1,12 @@
+/**
+ * @file rtemsdialer.h
+ * @deprecated
+ */
+
+#ifndef _RTEMSDIALER_H
+#define _RTEMSDIALER_H
+#ifndef RTEMS_NO_WARN_DEPRECATED
+#warning <rtemsdialer.h> is deprecated, use <rtems/dialer.h> instead
+#endif
+#include <rtems/dialer.h>
+#endif
diff --git a/cpukit/backward/rtemspppd.h b/cpukit/backward/rtemspppd.h
new file mode 100644
index 0000000000..beb7b47a45
--- /dev/null
+++ b/cpukit/backward/rtemspppd.h
@@ -0,0 +1,12 @@
+/**
+ * @file rtemspppd.h
+ * @deprecated
+ */
+
+#ifndef _RTEMSPPPD_H
+#define _RTEMSPPPD_H
+#ifndef RTEMS_NO_WARN_DEPRECATED
+#warning <rtemspppd.h> is deprecated, use <rtems/pppd.h> instead
+#endif
+#include <rtems/pppd.h>
+#endif