aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/epl/user/EplIdentu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/epl/user/EplIdentu.h')
-rw-r--r--drivers/staging/epl/user/EplIdentu.h20
1 files changed, 9 insertions, 11 deletions
diff --git a/drivers/staging/epl/user/EplIdentu.h b/drivers/staging/epl/user/EplIdentu.h
index e7302106c74..973e4b34ecd 100644
--- a/drivers/staging/epl/user/EplIdentu.h
+++ b/drivers/staging/epl/user/EplIdentu.h
@@ -81,7 +81,7 @@
81// typedef 81// typedef
82//--------------------------------------------------------------------------- 82//---------------------------------------------------------------------------
83 83
84typedef tEplKernel(PUBLIC * tEplIdentuCbResponse) (unsigned int uiNodeId_p, 84typedef tEplKernel(* tEplIdentuCbResponse) (unsigned int uiNodeId_p,
85 tEplIdentResponse * 85 tEplIdentResponse *
86 pIdentResponse_p); 86 pIdentResponse_p);
87 87
@@ -89,20 +89,18 @@ typedef tEplKernel(PUBLIC * tEplIdentuCbResponse) (unsigned int uiNodeId_p,
89// function prototypes 89// function prototypes
90//--------------------------------------------------------------------------- 90//---------------------------------------------------------------------------
91 91
92tEplKernel PUBLIC EplIdentuInit(void); 92tEplKernel EplIdentuInit(void);
93 93
94tEplKernel PUBLIC EplIdentuAddInstance(void); 94tEplKernel EplIdentuAddInstance(void);
95 95
96tEplKernel PUBLIC EplIdentuDelInstance(void); 96tEplKernel EplIdentuDelInstance(void);
97 97
98tEplKernel PUBLIC EplIdentuReset(void); 98tEplKernel EplIdentuReset(void);
99 99
100tEplKernel PUBLIC EplIdentuGetIdentResponse(unsigned int uiNodeId_p, 100tEplKernel EplIdentuGetIdentResponse(unsigned int uiNodeId_p,
101 tEplIdentResponse ** 101 tEplIdentResponse **ppIdentResponse_p);
102 ppIdentResponse_p);
103 102
104tEplKernel PUBLIC EplIdentuRequestIdentResponse(unsigned int uiNodeId_p, 103tEplKernel EplIdentuRequestIdentResponse(unsigned int uiNodeId_p,
105 tEplIdentuCbResponse 104 tEplIdentuCbResponse pfnCbResponse_p);
106 pfnCbResponse_p);
107 105
108#endif // #ifndef _EPLIDENTU_H_ 106#endif // #ifndef _EPLIDENTU_H_