]> git.sur5r.net Git - freertos/blobdiff - Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/phy.h
Start to iron out the mods required in switching from the RX RSK hardware to the...
[freertos] / Demo / RX600_RX62N-RDK_GNURX / RTOSDemo / webserver / phy.h
index e2429d932b5dbf7f29ea29f9d866dc1e9326267d..6c0894ed9d97f3cfc1e70da8c67764a50f239ff5 100644 (file)
@@ -20,7 +20,6 @@
 /******************************************************************************\r
 Includes   <System Includes> , "Project Includes"\r
 ******************************************************************************/\r
-#include <stdint.h>\r
 \r
 /******************************************************************************\r
 Typedef definitions\r
@@ -75,10 +74,10 @@ Functions Prototypes
 /**\r
  * External prototypes\r
  **/\r
-int16_t        phy_init( void );\r
+short  phy_init( void );\r
 void   phy_set_100full( void );\r
 void   phy_set_10half( void );\r
-int16_t        phy_set_autonegotiate( void );\r
+short  phy_set_autonegotiate( void );\r
 \r
 #endif /* PHY_H */\r
 \r