summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorMichael Brown2016-06-13 16:57:16 +0200
committerMichael Brown2016-06-13 16:57:16 +0200
commit3c61e11fe1a653b159ad472469fa74a3b2d0f116 (patch)
tree8509d004b15ee4d7d82fa09a675cc6770ffcc28d /src/include/usr
parent[ntp] Add simple NTP client (diff)
downloadipxe-3c61e11fe1a653b159ad472469fa74a3b2d0f116.tar.gz
ipxe-3c61e11fe1a653b159ad472469fa74a3b2d0f116.tar.xz
ipxe-3c61e11fe1a653b159ad472469fa74a3b2d0f116.zip
[cmdline] Add "ntp" command
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/ntpmgmt.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/usr/ntpmgmt.h b/src/include/usr/ntpmgmt.h
new file mode 100644
index 00000000..284e668e
--- /dev/null
+++ b/src/include/usr/ntpmgmt.h
@@ -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 */