]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/dm9000.h
dm9000: Support MAC address setting through platform data.
[karo-tx-linux.git] / include / linux / dm9000.h
index fc82446b64255d7fe7c16ba9edb67c2d049b9bf4..c30879cf93bc7f522f25579d3e7fbbc59ae60e00 100644 (file)
@@ -27,6 +27,7 @@
 
 struct dm9000_plat_data {
        unsigned int    flags;
+       unsigned char   dev_addr[6];
 
        /* allow replacement IO routines */