]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/staging/epl/EdrvFec.h
Staging: epl: run Lindent on *.h files
[linux-2.6-omap-h63xx.git] / drivers / staging / epl / EdrvFec.h
index 2dd737e0de9b422c121e38cfb118e288a3f138e7..5f252fbed744395d365a7e3870dab7e67ee00b69 100644 (file)
 #ifndef _EDRVFEC_H_
 #define _EDRVFEC_H_
 
-
 //---------------------------------------------------------------------------
 // const defines
 //---------------------------------------------------------------------------
 // do this in config header
 #define TARGET_HARDWARE TGTHW_SPLC_CF54
 
-
 // base addresses
 #if ((TARGET_HARDWARE & TGT_CPU_MASK_) == TGT_CPU_5282)
 
-
 #elif ((TARGET_HARDWARE & TGT_CPU_MASK_) == TGT_CPU_5485)
 
-
 #else
 
-    #error 'ERROR: Target was never implemented!'
+#error 'ERROR: Target was never implemented!'
 
 #endif
 
-
-
 //---------------------------------------------------------------------------
 // types
 //---------------------------------------------------------------------------
 
-
 // Rx and Tx buffer descriptor format
-typedef struct
-{
-       WORD   m_wStatus;       // control / status  ---  used by edrv, do not change in application
-       WORD   m_wLength;       // transfer length
-       BYTE * m_pbData;        // buffer address
+typedef struct {
+       WORD m_wStatus;         // control / status  ---  used by edrv, do not change in application
+       WORD m_wLength;         // transfer length
+       BYTE *m_pbData;         // buffer address
 } tBufferDescr;
 
 #if ((TARGET_HARDWARE & TGT_CPU_MASK_) == TGT_CPU_5282)
@@ -119,8 +111,4 @@ typedef struct
 // function prototypes
 //---------------------------------------------------------------------------
 
-
-
-#endif  // #ifndef _EDRV_FEC_H_
-
-
+#endif // #ifndef _EDRV_FEC_H_