diff options
author | Michael Brown <mcb30@ipxe.org> | 2016-06-13 15:55:49 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2016-06-13 15:55:49 +0100 |
commit | fce6117ad983a9c53087860058769dc65fb09d73 (patch) | |
tree | 0d277f84c67acd3055656b4fec326fdf7d342daf /src/include/ipxe/errfile.h | |
parent | e6111c151794c4c15a0988e259666ef5be24ffcc (diff) | |
download | ipxe-fce6117ad983a9c53087860058769dc65fb09d73.tar.gz |
[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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h index 4dae35b4c..cbab452bb 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 ) |