]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - cpu/ixp/npe/include/IxEthAcc.h
imported U-Boot Release 2009.08 from Freescale BSP L2.6.31_10.08.01
[karo-tx-uboot.git] / cpu / ixp / npe / include / IxEthAcc.h
index b424648e9d897497e4c05f1ea84325354e63b53a..ff706c451de895c1ce978c933d048882ce3d3290 100755 (executable)
@@ -626,8 +626,8 @@ PUBLIC void ixEthAccUnload(void);
  *   required features.
  *
  * Dependant on Services: (Must be initialized before using this service may be initialized)
- *     ixNPEmh - NPE Message handling service.
- *     ixQmgr  - Queue Manager component.
+ *     ixNPEmh - NPE Message handling service.
+ *     ixQmgr  - Queue Manager component.
  *
  * @param portId  @ref IxEthAccPortId [in]
  *
@@ -745,7 +745,7 @@ typedef void (*IxEthAccPortTxDoneCallback) ( UINT32 callbackTag, IX_OSAL_MBUF *b
  *
  * @fn ixEthAccPortTxDoneCallbackRegister( IxEthAccPortId portId, 
                                           IxEthAccPortTxDoneCallback txCallbackFn, 
-                                          UINT32 callbackTag)
+                                          UINT32 callbackTag)
  *
  * @brief Register a callback function to allow 
  * the transmitted buffers to return to the user.