You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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