diff options
Diffstat (limited to 'cpu/ixp/npe/include/IxNpeDlNpeMgr_p.h')
-rw-r--r-- | cpu/ixp/npe/include/IxNpeDlNpeMgr_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/ixp/npe/include/IxNpeDlNpeMgr_p.h b/cpu/ixp/npe/include/IxNpeDlNpeMgr_p.h index 3d2313c..b7fb0f0 100644 --- a/cpu/ixp/npe/include/IxNpeDlNpeMgr_p.h +++ b/cpu/ixp/npe/include/IxNpeDlNpeMgr_p.h @@ -174,8 +174,8 @@ ixNpeDlNpeMgrImageLoad (IxNpeDlNpeId npeId, UINT32 *imageCodePtr, * * @return * - IX_SUCCESS if the operation was successful - * - IX_FAIL if the operation failed
- * - IX_NPEDL_CRITICAL_NPE_ERR if the operation failed due to NPE hang
+ * - IX_FAIL if the operation failed + * - IX_NPEDL_CRITICAL_NPE_ERR if the operation failed due to NPE hang */ IX_STATUS ixNpeDlNpeMgrNpeReset (IxNpeDlNpeId npeId); |