Made eth_ntoa() public for use in legacy drivers' DBG() statements.

This commit is contained in:
Michael Brown
2006-09-15 12:34:34 +00:00
parent 56a3ff7202
commit 0dca1dc8ce
2 changed files with 3 additions and 1 deletions

View File

@@ -12,6 +12,8 @@
extern struct ll_protocol ethernet_protocol;
extern const char * eth_ntoa ( const void *ll_addr );
/**
* Allocate Ethernet device
*