diff options
| author | Michal Simek <monstr@monstr.eu> | 2012-09-13 20:23:34 +0000 | 
|---|---|---|
| committer | Joe Hershberger <joe.hershberger@ni.com> | 2012-09-26 12:36:32 -0500 | 
| commit | 185f7d9afc9b5c77bbedc386a43019e07e5d0c04 (patch) | |
| tree | cb34221583a08ed3d8c9f6d456248ca195625423 /include/netdev.h | |
| parent | 1dff9d0f54a0cec2dfda6022862bbdc38ba97d77 (diff) | |
| download | olio-uboot-2014.01-185f7d9afc9b5c77bbedc386a43019e07e5d0c04.tar.xz olio-uboot-2014.01-185f7d9afc9b5c77bbedc386a43019e07e5d0c04.zip | |
net: Add driver for Zynq Gem IP
Device driver for Zynq Gem IP.
Signed-off-by: Michal Simek <monstr@monstr.eu>
CC: Joe Hershberger <joe.hershberger@gmail.com>
CC: Marek Vasut <marex@denx.de>
Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include/netdev.h')
| -rw-r--r-- | include/netdev.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/netdev.h b/include/netdev.h index d1aaf0cd2..b8d303d08 100644 --- a/include/netdev.h +++ b/include/netdev.h @@ -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. |