summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2014-12-11 18:13:38 +0100
committerMichael Brown2014-12-18 15:46:38 +0100
commit1d2b7c91f780419c805062ccc474967d80dafe96 (patch)
tree622c179cb8bd25dec8b3fe8ce2f4678829beb815 /src/include/ipxe/errfile.h
parent[iobuf] Add iob_split() to split an I/O buffer into portions (diff)
downloadipxe-1d2b7c91f780419c805062ccc474967d80dafe96.tar.gz
ipxe-1d2b7c91f780419c805062ccc474967d80dafe96.tar.xz
ipxe-1d2b7c91f780419c805062ccc474967d80dafe96.zip
[rndis] Add generic RNDIS device abstraction
RNDIS provides an abstraction of a network device on top of a generic packet transmission mechanism. 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 f809337f..fe20b516 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -227,6 +227,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_ping ( ERRFILE_NET | 0x003a0000 )
#define ERRFILE_dhcpv6 ( ERRFILE_NET | 0x003b0000 )
#define ERRFILE_nfs_uri ( ERRFILE_NET | 0x003c0000 )
+#define ERRFILE_rndis ( ERRFILE_NET | 0x003d0000 )
#define ERRFILE_image ( ERRFILE_IMAGE | 0x00000000 )
#define ERRFILE_elf ( ERRFILE_IMAGE | 0x00010000 )