]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/at91rm9200_net.h
fpga: add #define for Altera Cyclone EP3C5
[karo-tx-uboot.git] / include / at91rm9200_net.h
index bb0050b55a23a7dc5271b2e053de3249b79f96cc..f799206e42bc735262b36929adfa807541d3e5af 100644 (file)
@@ -52,6 +52,6 @@ void at91rm9200_EmacEnableMDIO(AT91PS_EMAC p_mac);
 void at91rm9200_EmacDisableMDIO(AT91PS_EMAC p_mac);
 UCHAR at91rm9200_EmacReadPhy(AT91PS_EMAC p_mac, unsigned char RegisterAddress, unsigned short *pInput);
 UCHAR at91rm9200_EmacWritePhy(AT91PS_EMAC p_mac, unsigned char RegisterAddress, unsigned short *pOutput);
-void at91rm92000_GetPhyInterface(AT91PS_PhyOps p_phyops);
+void at91rm9200_GetPhyInterface(AT91PS_PhyOps p_phyops);
 
 #endif /* AT91RM9200_ETHERNET */