summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/netdevice.h
diff options
context:
space:
mode:
authorMichael Brown2007-07-02 21:05:58 +0200
committerMichael Brown2007-07-02 21:05:58 +0200
commit332614a382c5e435e61509d130872e143670df56 (patch)
tree416f2a207e7b4e6b223296d257fe254d8c2fcb73 /src/include/gpxe/netdevice.h
parentUse a common base-memory packet buffer for DHCP construction (as used (diff)
downloadipxe-332614a382c5e435e61509d130872e143670df56.tar.gz
ipxe-332614a382c5e435e61509d130872e143670df56.tar.xz
ipxe-332614a382c5e435e61509d130872e143670df56.zip
Add untested support for UNDI transmit and receive.
Diffstat (limited to 'src/include/gpxe/netdevice.h')
-rw-r--r--src/include/gpxe/netdevice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/netdevice.h b/src/include/gpxe/netdevice.h
index 9800ef56..0060e7d5 100644
--- a/src/include/gpxe/netdevice.h
+++ b/src/include/gpxe/netdevice.h
@@ -122,6 +122,8 @@ struct ll_protocol {
uint16_t ll_proto;
/** Link-layer address length */
uint8_t ll_addr_len;
+ /** Link-layer header length */
+ uint8_t ll_header_len;
/** Link-layer broadcast address */
const uint8_t *ll_broadcast;
};