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 is deprecated, use instead +#endif +#include +#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 is deprecated, use instead +#endif +#include +#endif