]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/staging/epl/EdrvFec.h
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / staging / epl / EdrvFec.h
index 5f252fbed744395d365a7e3870dab7e67ee00b69..56728d1e95e79a18c52f8b1830400e139d224461 100644 (file)
@@ -96,9 +96,9 @@
 
 // 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
+       u16 m_wStatus;          // control / status  ---  used by edrv, do not change in application
+       u16 m_wLength;          // transfer length
+       u8 *m_pbData;           // buffer address
 } tBufferDescr;
 
 #if ((TARGET_HARDWARE & TGT_CPU_MASK_) == TGT_CPU_5282)