summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/ethernet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe/ethernet.h')
-rw-r--r--src/include/gpxe/ethernet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/ethernet.h b/src/include/gpxe/ethernet.h
index 9bd3455c..bb82e0a4 100644
--- a/src/include/gpxe/ethernet.h
+++ b/src/include/gpxe/ethernet.h
@@ -11,6 +11,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <stdint.h>
+extern void eth_init_addr ( const void *hw_addr, void *ll_addr );
extern const char * eth_ntoa ( const void *ll_addr );
extern struct net_device * alloc_etherdev ( size_t priv_size );