http://git.etherboot.org
/
people
/
sha0
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove the concept of the media-independent link-layer header and replace
[people/sha0/gpxe.git]
/
src
/
include
/
gpxe
/
arp.h
diff --git
a/src/include/gpxe/arp.h
b/src/include/gpxe/arp.h
index
64e6c27
..
f6ec47a
100644
(file)
--- 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 );