diff options
| author | Michael Brown | 2006-04-19 13:32:24 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-04-19 13:32:24 +0200 |
| commit | bdc8190c8dea79b0d72f5b80654269836964e5b8 (patch) | |
| tree | 4f9e76186afde789b988fb1d9c14d39e2fc7f7ed /src/include/gpxe/arp.h | |
| parent | Updated to remove obsolete constants (diff) | |
| download | ipxe-bdc8190c8dea79b0d72f5b80654269836964e5b8.tar.gz ipxe-bdc8190c8dea79b0d72f5b80654269836964e5b8.tar.xz ipxe-bdc8190c8dea79b0d72f5b80654269836964e5b8.zip | |
Remove the concept of the media-independent link-layer header and replace
it with metadata in the pkb structure. This is required since UNDI will
want to be able to parse the link-layer header without destroying it.
Diffstat (limited to 'src/include/gpxe/arp.h')
| -rw-r--r-- | src/include/gpxe/arp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/arp.h b/src/include/gpxe/arp.h index 64e6c2723..f6ec47af7 100644 --- a/src/include/gpxe/arp.h +++ b/src/include/gpxe/arp.h @@ -12,7 +12,7 @@ struct net_interface; struct pk_buff; extern int arp_resolve ( struct net_device *netdev, struct pk_buff *pkb, - void *ll_addr ); + const void **ll_addr ); extern int arp_process ( struct net_interface *arp_netif, struct pk_buff *pkb ); |
