From 39e6e65a2c5a3312f365d59f23c469641e049c82 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 19 Aug 1998 21:32:28 +0000 Subject: Base files --- cpukit/libnetworking/rtems/rtems_bootp.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 cpukit/libnetworking/rtems/rtems_bootp.c (limited to 'cpukit/libnetworking/rtems/rtems_bootp.c') diff --git a/cpukit/libnetworking/rtems/rtems_bootp.c b/cpukit/libnetworking/rtems/rtems_bootp.c new file mode 100644 index 0000000000..c3bb8d7ad4 --- /dev/null +++ b/cpukit/libnetworking/rtems/rtems_bootp.c @@ -0,0 +1,15 @@ +#include +#include +#include +#include + +/* + * Perform a BOOTP request + */ +void +rtems_bsdnet_do_bootp (void) +{ + rtems_bsdnet_semaphore_obtain (); + bootpc_init (); + rtems_bsdnet_semaphore_release (); +} -- cgit v1.2.3