mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 12:34:47 +00:00
New.
This commit is contained in:
12
cpukit/backward/rtemsdialer.h
Normal file
12
cpukit/backward/rtemsdialer.h
Normal 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
|
||||
12
cpukit/backward/rtemspppd.h
Normal file
12
cpukit/backward/rtemspppd.h
Normal 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
|
||||
Reference in New Issue
Block a user