forked from Imagelibrary/rtems
13 lines
223 B
C
13 lines
223 B
C
/**
|
|
* @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
|