Commit ed74395c authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6656: 64 bit fixes: rxtx.h Replace DWORD with u32.

Size of long issues.
Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a552397d
...@@ -61,9 +61,9 @@ typedef struct tagSCTSDataF { ...@@ -61,9 +61,9 @@ typedef struct tagSCTSDataF {
// MICHDR data header // MICHDR data header
// //
typedef struct tagSMICHDR { typedef struct tagSMICHDR {
DWORD adwHDR0[4]; u32 adwHDR0[4];
DWORD adwHDR1[4]; u32 adwHDR1[4];
DWORD adwHDR2[4]; u32 adwHDR2[4];
} SMICHDR, *PSMICHDR; } SMICHDR, *PSMICHDR;
...@@ -630,7 +630,7 @@ typedef struct tagSTX_BUFFER ...@@ -630,7 +630,7 @@ typedef struct tagSTX_BUFFER
BYTE byPKTNO; BYTE byPKTNO;
WORD wTxByteCount; WORD wTxByteCount;
DWORD adwTxKey[4]; u32 adwTxKey[4];
WORD wFIFOCtl; WORD wFIFOCtl;
WORD wTimeStamp; WORD wTimeStamp;
WORD wFragCtl; WORD wFragCtl;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment