summaryrefslogtreecommitdiffstats
path: root/drivers/staging/epl/EplLed.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/epl/EplLed.h')
-rw-r--r--drivers/staging/epl/EplLed.h20
1 files changed, 4 insertions, 16 deletions
diff --git a/drivers/staging/epl/EplLed.h b/drivers/staging/epl/EplLed.h
index 390d6db..6a29aed3 100644
--- a/drivers/staging/epl/EplLed.h
+++ b/drivers/staging/epl/EplLed.h
@@ -66,39 +66,27 @@
2008/11/17 d.k.: start of the implementation
-
****************************************************************************/
-
#ifndef _EPLLED_H_
#define _EPLLED_H_
-
//---------------------------------------------------------------------------
// const defines
//---------------------------------------------------------------------------
-
//---------------------------------------------------------------------------
// typedef
//---------------------------------------------------------------------------
-
-typedef enum
-{
- kEplLedTypeStatus = 0x00,
- kEplLedTypeError = 0x01,
+typedef enum {
+ kEplLedTypeStatus = 0x00,
+ kEplLedTypeError = 0x01,
} tEplLedType;
-
-
-
//---------------------------------------------------------------------------
// function prototypes
//---------------------------------------------------------------------------
-
-#endif // #ifndef _EPLLED_H_
-
-
+#endif // #ifndef _EPLLED_H_
OpenPOWER on IntegriCloud