diff options
Diffstat (limited to 'include/net.h')
| -rw-r--r-- | include/net.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/net.h b/include/net.h index fa5d525f6..e4d42c2a8 100644 --- a/include/net.h +++ b/include/net.h @@ -90,6 +90,7 @@ struct eth_device {  #endif  	int  (*write_hwaddr) (struct eth_device*);  	struct eth_device *next; +	int index;  	void *priv;  }; |