X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fat91rm9200_net.h;h=f799206e42bc735262b36929adfa807541d3e5af;hb=8fe7b29f9811322931f0192a56431edcf819d6b9;hp=19f0d3edfedd45ba5f5f625ba8ed967d5ce9062a;hpb=8bde7f776c77b343aca29b8c7b58464d915ac245;p=oweals%2Fu-boot.git diff --git a/include/at91rm9200_net.h b/include/at91rm9200_net.h index 19f0d3edfe..f799206e42 100644 --- a/include/at91rm9200_net.h +++ b/include/at91rm9200_net.h @@ -22,7 +22,6 @@ #include #include #include -#include "dm9161.h" #define FALSE 0 #define TRUE 1 @@ -49,10 +48,10 @@ typedef struct _AT91S_PhyOps /****************** function prototypes **********************/ /* MII functions */ -static void at91rm9200_EmacEnableMDIO(AT91PS_EMAC p_mac); -static void at91rm9200_EmacDisableMDIO(AT91PS_EMAC p_mac); -static UCHAR at91rm9200_EmacReadPhy(AT91PS_EMAC p_mac, unsigned char RegisterAddress, unsigned short *pInput); -static UCHAR at91rm9200_EmacWritePhy(AT91PS_EMAC p_mac, unsigned char RegisterAddress, unsigned short *pOutput); -void at91rm92000_GetPhyInterface(void ); +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 at91rm9200_GetPhyInterface(AT91PS_PhyOps p_phyops); #endif /* AT91RM9200_ETHERNET */