]> git.sur5r.net Git - u-boot/blobdiff - include/netdev.h
Merge branch 'master' of git://git.denx.de/u-boot-sh
[u-boot] / include / netdev.h
index d1aaf0cd2d0637b597a55c49e746d9fba1b9fd19..b8d303d0895b24dd90607baced372568159282c0 100644 (file)
@@ -104,7 +104,7 @@ int xilinx_emaclite_initialize(bd_t *bis, unsigned long base_addr,
                                                        int txpp, int rxpp);
 int xilinx_ll_temac_eth_init(bd_t *bis, unsigned long base_addr, int flags,
                                                unsigned long ctrl_addr);
-
+int zynq_gem_initialize(bd_t *bis, int base_addr);
 /*
  * As long as the Xilinx xps_ll_temac ethernet driver has not its own interface
  * exported by a public hader file, we need a global definition at this point.