]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/fec_mxc.h
Merge branch 'master' of git://git.denx.de/u-boot-ubi
[u-boot] / drivers / net / fec_mxc.h
index e436c22fa32876d753b0dcb042355d9e79c296cb..8b26645173e03d8c6d4f179cf0451a12fbd5dfce 100644 (file)
@@ -32,6 +32,8 @@
 #ifndef __FEC_MXC_H
 #define __FEC_MXC_H
 
+void imx_get_mac_from_fuse(unsigned char *mac);
+
 /**
  * Layout description of the FEC
  */
@@ -277,6 +279,7 @@ struct fec_priv {
        void *base_ptr;
        int dev_id;
        int phy_id;
+       int (*mii_postcall)(int);
 };
 
 /**