summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2016-06-13 16:55:49 +0200
committerMichael Brown2016-06-13 16:55:49 +0200
commitfce6117ad983a9c53087860058769dc65fb09d73 (patch)
tree0d277f84c67acd3055656b4fec326fdf7d342daf /src/include/ipxe/errfile.h
parent[time] Allow system clock to be adjusted at runtime (diff)
downloadipxe-fce6117ad983a9c53087860058769dc65fb09d73.tar.gz
ipxe-fce6117ad983a9c53087860058769dc65fb09d73.tar.xz
ipxe-fce6117ad983a9c53087860058769dc65fb09d73.zip
[ntp] Add simple NTP client
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/errfile.h')
-rw-r--r--src/include/ipxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h
index 4dae35b4..cbab452b 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -265,6 +265,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define ERRFILE_peerblk ( ERRFILE_NET | 0x00460000 )
#define ERRFILE_peermux ( ERRFILE_NET | 0x00470000 )
#define ERRFILE_xsigo ( ERRFILE_NET | 0x00480000 )
+#define ERRFILE_ntp ( ERRFILE_NET | 0x00490000 )
#define ERRFILE_image ( ERRFILE_IMAGE | 0x00000000 )
#define ERRFILE_elf ( ERRFILE_IMAGE | 0x00010000 )