This commit is contained in:
Ralf Corsepius
2005-10-26 02:42:26 +00:00
parent c054f7aa0e
commit ed5c9c90e0
2 changed files with 24 additions and 0 deletions

View File

@@ -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

View File

@@ -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