mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-27 17:18:43 +08:00
Bugfix: Moved definition of ppp_softc into source file.
This commit is contained in:
@@ -132,6 +132,8 @@
|
||||
#include <net/ppp-comp.h>
|
||||
#endif
|
||||
|
||||
static struct ppp_softc ppp_softc[NPPP];
|
||||
|
||||
static int pppsioctl(struct ifnet *ifp, ioctl_command_t cmd, caddr_t data);
|
||||
static void ppp_requeue(struct ppp_softc *);
|
||||
#ifdef PPP_COMPRESS
|
||||
|
||||
@@ -117,8 +117,6 @@ struct ppp_softc {
|
||||
rtems_id sc_pppdtask;
|
||||
};
|
||||
|
||||
struct ppp_softc ppp_softc[NPPP];
|
||||
|
||||
struct ppp_softc *pppalloc(pid_t pid);
|
||||
void pppdealloc(struct ppp_softc *sc);
|
||||
int pppoutput(struct ifnet *, struct mbuf *,
|
||||
|
||||
Reference in New Issue
Block a user