]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/fec_mxc.h
FEC: Allow registering MII postconfiguration callback
[karo-tx-uboot.git] / drivers / net / fec_mxc.h
index e436c22fa32876d753b0dcb042355d9e79c296cb..1a203888bf16535e48c4e3a551d306c5abad2073 100644 (file)
@@ -277,6 +277,7 @@ struct fec_priv {
        void *base_ptr;
        int dev_id;
        int phy_id;
+       int (*mii_postcall)(int);
 };
 
 /**