mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-05 22:03:49 -04:00
Start to iron out the mods required in switching from the RX RSK hardware to the RDK hardware.
This commit is contained in:
parent
17add98d2f
commit
45fad778a4
9 changed files with 133 additions and 126 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue