source: rtems/cpukit/backward/rtemspppd.h @ 4a2fee47

Last change on this file since 4a2fee47 was ed5c9c90, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/26/05 at 02:42:26

New.

  • Property mode set to 100644
File size: 223 bytes
Line 
1/**
2 * @file rtemspppd.h
3 * @deprecated
4 */
5
6#ifndef _RTEMSPPPD_H
7#define _RTEMSPPPD_H
8#ifndef RTEMS_NO_WARN_DEPRECATED
9#warning <rtemspppd.h> is deprecated, use <rtems/pppd.h> instead
10#endif
11#include <rtems/pppd.h>
12#endif
Note: See TracBrowser for help on using the repository browser.