]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blobdiff - src/device/device.h
c6455 additions
[keystone-rtos/ibl.git] / src / device / device.h
index a58a472a2dcbec842f839697aef49785a87a7c0c..89a5d78e8167cc2286afcdf755e1a3bff71b96b9 100644 (file)
@@ -91,5 +91,17 @@ int32 deviceConfigureForNand(void);
  */
 void deviceLoadDefaultEthAddress (uint8 *maddr);
 
+/**
+ *  @brief
+ *      Reset the ethernet controller
+ *
+ *  @details
+ *      Some devices require an external ethernet reset before configuration
+ */
+#ifndef deviceSetEthResetState
+void deviceSetEthResetState (int32 portNum, BOOL applyReset);
+#endif
+
 #endif