[cmdline] Add "ntp" command

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2016-06-13 15:57:16 +01:00
parent fce6117ad9
commit 3c61e11fe1
5 changed files with 156 additions and 0 deletions

14
src/include/usr/ntpmgmt.h Normal file
View File

@@ -0,0 +1,14 @@
#ifndef _USR_NTPMGMT_H
#define _USR_NTPMGMT_H
/** @file
*
* NTP management
*
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
extern int ntp ( const char *hostname );
#endif /* _USR_NTPMGMT_H */