aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/epl/user/EplIdentu.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2008-12-19 17:08:04 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 13:52:37 -0800
commitbd5cd82dc6148aa8f655620e6f3bf62e5e320078 (patch)
tree6714894529010fcb385fd9235caed79b9dbf36b6 /drivers/staging/epl/user/EplIdentu.h
parentStaging: epl: run Lindent on all kernel/*.h files (diff)
downloadlinux-dev-bd5cd82dc6148aa8f655620e6f3bf62e5e320078.tar.xz
linux-dev-bd5cd82dc6148aa8f655620e6f3bf62e5e320078.zip
Staging: epl: run Lindent on all user/*.h files
It's a start, still a mess... Cc: Daniel Krueger <daniel.krueger@systec-electronic.com> Cc: Ronald Sieber <Ronald.Sieber@systec-electronic.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/epl/user/EplIdentu.h')
-rw-r--r--drivers/staging/epl/user/EplIdentu.h25
1 files changed, 10 insertions, 15 deletions
diff --git a/drivers/staging/epl/user/EplIdentu.h b/drivers/staging/epl/user/EplIdentu.h
index b53afa0ef67a..e7302106c741 100644
--- a/drivers/staging/epl/user/EplIdentu.h
+++ b/drivers/staging/epl/user/EplIdentu.h
@@ -66,7 +66,6 @@
2006/11/15 d.k.: start of the implementation
-
****************************************************************************/
#include "../EplDll.h"
@@ -74,19 +73,17 @@
#ifndef _EPLIDENTU_H_
#define _EPLIDENTU_H_
-
//---------------------------------------------------------------------------
// const defines
//---------------------------------------------------------------------------
-
//---------------------------------------------------------------------------
// typedef
//---------------------------------------------------------------------------
-typedef tEplKernel (PUBLIC * tEplIdentuCbResponse) (
- unsigned int uiNodeId_p,
- tEplIdentResponse* pIdentResponse_p);
+typedef tEplKernel(PUBLIC * tEplIdentuCbResponse) (unsigned int uiNodeId_p,
+ tEplIdentResponse *
+ pIdentResponse_p);
//---------------------------------------------------------------------------
// function prototypes
@@ -100,14 +97,12 @@ tEplKernel PUBLIC EplIdentuDelInstance(void);
tEplKernel PUBLIC EplIdentuReset(void);
-tEplKernel PUBLIC EplIdentuGetIdentResponse(
- unsigned int uiNodeId_p,
- tEplIdentResponse** ppIdentResponse_p);
-
-tEplKernel PUBLIC EplIdentuRequestIdentResponse(
- unsigned int uiNodeId_p,
- tEplIdentuCbResponse pfnCbResponse_p);
-
-#endif // #ifndef _EPLIDENTU_H_
+tEplKernel PUBLIC EplIdentuGetIdentResponse(unsigned int uiNodeId_p,
+ tEplIdentResponse **
+ ppIdentResponse_p);
+tEplKernel PUBLIC EplIdentuRequestIdentResponse(unsigned int uiNodeId_p,
+ tEplIdentuCbResponse
+ pfnCbResponse_p);
+#endif // #ifndef _EPLIDENTU_H_