From 4bde23948cac7627031c6a12ac9aeb6ce6746e42 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 19 Sep 2001 17:30:38 +0000 Subject: 2001-09-19 Chris Johns * nfs/bootp_subr.c, rtems/rtems_bootp.c, rtems/rtems_bsdnet.h, rtems/rtems_bsdnet_internal.h Added support for populating the initial "root" filesystem with information obtained via the DHCP response. --- cpukit/libnetworking/rtems/rtems_bsdnet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/libnetworking/rtems/rtems_bsdnet.h') diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet.h b/cpukit/libnetworking/rtems/rtems_bsdnet.h index 7838835f0f..6c60ce1abe 100644 --- a/cpukit/libnetworking/rtems/rtems_bsdnet.h +++ b/cpukit/libnetworking/rtems/rtems_bsdnet.h @@ -170,6 +170,8 @@ void rtems_bsdnet_detach (struct rtems_bsdnet_ifconfig *ifconfig); int rtems_bsdnet_ifconfig (const char *ifname, unsigned32 cmd, void *param); void rtems_bsdnet_do_bootp (void); +void rtems_bsdnet_do_bootp_and_rootfs (void); + int rtems_bsdnet_synchronize_ntp (int interval, rtems_task_priority priority); #endif /* _RTEMS_BSDNET_ */ -- cgit v1.2.3