mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-01 16:57:18 +09:00
staging: vt6656: 64 bit fixes: int.h replaced DWORD with u32
Fixes size of long issues. Signed-off-by: Malcolm Priestley<tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ed74395ca4
commit
21814d6c45
@@ -48,8 +48,8 @@ typedef struct tagSINTData {
|
||||
BYTE byTSR3;
|
||||
BYTE byPkt3;
|
||||
WORD wTime3;
|
||||
DWORD dwLoTSF;
|
||||
DWORD dwHiTSF;
|
||||
u32 dwLoTSF;
|
||||
u32 dwHiTSF;
|
||||
BYTE byISR0;
|
||||
BYTE byISR1;
|
||||
BYTE byRTSSuccess;
|
||||
|
||||
Reference in New Issue
Block a user