summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/rtems/rtems_bsdnet.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-10 14:31:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-10 14:31:11 +0000
commitcbccd37599bb2a6007c29493ed05f02a0306d4da (patch)
tree8481c8814a64ce227a2a17202eb7b8be2444d472 /c/src/libnetworking/rtems/rtems_bsdnet.h
parentCombination of committing some new files which had been overlooked (diff)
downloadrtems-cbccd37599bb2a6007c29493ed05f02a0306d4da.tar.bz2
Patch from Eric Norum <eric@cls.usask.ca> which includes:
Patches against 1105 snapshot to add NTP server support to network configuration/BOOTP.
Diffstat (limited to '')
-rw-r--r--c/src/libnetworking/rtems/rtems_bsdnet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/libnetworking/rtems/rtems_bsdnet.h b/c/src/libnetworking/rtems/rtems_bsdnet.h
index b5403d21b0..5be2e932f9 100644
--- a/c/src/libnetworking/rtems/rtems_bsdnet.h
+++ b/c/src/libnetworking/rtems/rtems_bsdnet.h
@@ -135,5 +135,6 @@ struct rtems_bsdnet_config {
extern struct rtems_bsdnet_config rtems_bsdnet_config;
int rtems_bsdnet_initialize_network (void);
void rtems_bsdnet_do_bootp (void);
+int rtems_bsdnet_synchronize_ntp (int interval, rtems_task_priority priority);
#endif /* _RTEMS_BSDNET_ */