summaryrefslogtreecommitdiffstats
path: root/drivers/staging/epl/EplDllCal.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/epl/EplDllCal.h')
-rw-r--r--drivers/staging/epl/EplDllCal.h24
1 files changed, 8 insertions, 16 deletions
diff --git a/drivers/staging/epl/EplDllCal.h b/drivers/staging/epl/EplDllCal.h
index d8bf731..2446008 100644
--- a/drivers/staging/epl/EplDllCal.h
+++ b/drivers/staging/epl/EplDllCal.h
@@ -66,13 +66,11 @@
2006/06/20 d.k.: start of the implementation, version 1.00
-
****************************************************************************/
#ifndef _EPL_DLLCAL_H_
#define _EPL_DLLCAL_H_
-
//---------------------------------------------------------------------------
// const defines
//---------------------------------------------------------------------------
@@ -105,18 +103,16 @@
// typedef
//---------------------------------------------------------------------------
-typedef struct
-{
- tEplDllAsndServiceId m_ServiceId;
- tEplDllAsndFilter m_Filter;
+typedef struct {
+ tEplDllAsndServiceId m_ServiceId;
+ tEplDllAsndFilter m_Filter;
} tEplDllCalAsndServiceIdFilter;
-typedef struct
-{
- tEplDllReqServiceId m_Service;
- unsigned int m_uiNodeId;
- BYTE m_bSoaFlag1;
+typedef struct {
+ tEplDllReqServiceId m_Service;
+ unsigned int m_uiNodeId;
+ BYTE m_bSoaFlag1;
} tEplDllCalIssueRequest;
@@ -124,8 +120,4 @@ typedef struct
// function prototypes
//---------------------------------------------------------------------------
-
-
-#endif // #ifndef _EPL_DLLKCAL_H_
-
-
+#endif // #ifndef _EPL_DLLKCAL_H_
OpenPOWER on IntegriCloud