mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-01 14:17:59 +08:00
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
|