Start to iron out the mods required in switching from the RX RSK hardware to the RDK hardware.

This commit is contained in:
Richard Barry 2010-09-22 12:57:57 +00:00
parent 17add98d2f
commit 45fad778a4
9 changed files with 133 additions and 126 deletions

View file

@ -20,7 +20,6 @@
/******************************************************************************
Includes <System Includes> , "Project Includes"
******************************************************************************/
#include <stdint.h>
/******************************************************************************
Typedef definitions
@ -75,10 +74,10 @@ Functions Prototypes
/**
* External prototypes
**/
int16_t phy_init( void );
short phy_init( void );
void phy_set_100full( void );
void phy_set_10half( void );
int16_t phy_set_autonegotiate( void );
short phy_set_autonegotiate( void );
#endif /* PHY_H */