Skip to content

Commit

Permalink
[peerdist] Add support for decoding PeerDist Content Information
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Apr 13, 2015
1 parent 755d2b8 commit d9166bb
Show file tree
Hide file tree
Showing 5 changed files with 1,757 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/include/ipxe/errfile.h
Expand Up @@ -237,6 +237,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define ERRFILE_dhcpv6 ( ERRFILE_NET | 0x003b0000 )
#define ERRFILE_nfs_uri ( ERRFILE_NET | 0x003c0000 )
#define ERRFILE_rndis ( ERRFILE_NET | 0x003d0000 )
#define ERRFILE_pccrc ( ERRFILE_NET | 0x003e0000 )

#define ERRFILE_image ( ERRFILE_IMAGE | 0x00000000 )
#define ERRFILE_elf ( ERRFILE_IMAGE | 0x00010000 )
Expand Down

0 comments on commit d9166bb

Please sign in to comment.