aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/epl/user/EplNmtMnu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/epl/user/EplNmtMnu.h')
-rw-r--r--drivers/staging/epl/user/EplNmtMnu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/epl/user/EplNmtMnu.h b/drivers/staging/epl/user/EplNmtMnu.h
index 478baae2121..8206c5ad29b 100644
--- a/drivers/staging/epl/user/EplNmtMnu.h
+++ b/drivers/staging/epl/user/EplNmtMnu.h
@@ -84,12 +84,12 @@
typedef tEplKernel(* tEplNmtMnuCbNodeEvent) (unsigned int uiNodeId_p,
tEplNmtNodeEvent NodeEvent_p,
tEplNmtState NmtState_p,
- WORD wErrorCode_p,
+ u16 wErrorCode_p,
BOOL fMandatory_p);
typedef tEplKernel(* tEplNmtMnuCbBootEvent) (tEplNmtBootEvent BootEvent_p,
tEplNmtState NmtState_p,
- WORD wErrorCode_p);
+ u16 wErrorCode_p);
//---------------------------------------------------------------------------
// function prototypes
@@ -122,7 +122,7 @@ tEplKernel EplNmtMnuGetDiagnosticInfo(unsigned int
*puiMandatorySlaveCount_p,
unsigned int
*puiSignalSlaveCount_p,
- WORD * pwFlags_p);
+ u16 * pwFlags_p);
#endif