summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/ethernet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/ethernet.h b/src/include/gpxe/ethernet.h
index 0188ac81c..158fe066a 100644
--- a/src/include/gpxe/ethernet.h
+++ b/src/include/gpxe/ethernet.h
@@ -12,6 +12,8 @@
extern struct ll_protocol ethernet_protocol;
+extern const char * eth_ntoa ( const void *ll_addr );
+
/**
* Allocate Ethernet device
*