From 1e34f3f20cab3d81a0b7bc263fbc580a0985893e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 26 Oct 2005 16:41:59 +0000 Subject: Remove (Moved to cpukit). --- c/src/libnetworking/pppd/example/netconfig.h | 36 ---------------------------- 1 file changed, 36 deletions(-) delete mode 100644 c/src/libnetworking/pppd/example/netconfig.h (limited to 'c/src/libnetworking/pppd/example/netconfig.h') diff --git a/c/src/libnetworking/pppd/example/netconfig.h b/c/src/libnetworking/pppd/example/netconfig.h deleted file mode 100644 index 3428288cd2..0000000000 --- a/c/src/libnetworking/pppd/example/netconfig.h +++ /dev/null @@ -1,36 +0,0 @@ - -#ifndef NETCONFIG_H_ -#define NETCONFIG_H_ - -#include - -/* external function prototypes */ -extern int rtems_ppp_driver_attach(struct rtems_bsdnet_ifconfig *config, int attaching); - -/* Default network interface */ -static struct rtems_bsdnet_ifconfig netdriver_config = { - "ppp0", /* name */ - rtems_ppp_driver_attach, /* attach function */ - NULL, /* No more interfaces */ - NULL, /* IP address */ - NULL, /* IP net mask */ - NULL, /* Driver supplies hardware address */ - 0 /* Use default driver parameters */ -}; - -/* Network configuration */ -struct rtems_bsdnet_config rtems_bsdnet_config = { - &netdriver_config, - NULL, - 30, /* Default network task priority */ - (256*1024), /* Default mbuf capacity */ - (512*1024), /* Default mbuf cluster capacity */ - 0, /* Host name */ - 0, /* Domain name */ - 0, /* Gateway */ - 0, /* Log host */ - { 0 }, /* Name server(s) */ - { 0 }, /* NTP server(s) */ -}; - -#endif -- cgit v1.2.3