mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 10:59:30 +08:00
2012-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* pppd/system.h: Add pppdapp_initialize. * pppd/init.c: Remove pppdapp_initialize.
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
#include <rtems/rtems_bsdnet.h>
|
||||
#include <rtems/rtemspppd.h>
|
||||
#include "netconfig.h"
|
||||
extern int pppdapp_initialize(void);
|
||||
#endif
|
||||
|
||||
rtems_task Init(rtems_task_argument argument)
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
/* functions */
|
||||
extern rtems_task Init(rtems_task_argument argument);
|
||||
extern int pppdapp_initialize(void);
|
||||
|
||||
#include <bsp.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user