Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317733
b: refs/heads/master
c: c6058cb
h: refs/heads/master
i:
  317731: 6fa5beb
v: v3
  • Loading branch information
Jesper Juhl authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent 8982758 commit 8b51453
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fec3c80da1abfb4c66ba0adf77f3c7a97a8162da
refs/heads/master: c6058cb3c7f1e2204aca958a0f91473b2cd14684
42 changes: 21 additions & 21 deletions trunk/drivers/staging/vt6656/int.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,27 @@
/*--------------------- Export Definitions -------------------------*/
#pragma pack(1)
typedef struct tagSINTData {
BYTE byTSR0;
BYTE byPkt0;
WORD wTime0;
BYTE byTSR1;
BYTE byPkt1;
WORD wTime1;
BYTE byTSR2;
BYTE byPkt2;
WORD wTime2;
BYTE byTSR3;
BYTE byPkt3;
WORD wTime3;
DWORD dwLoTSF;
DWORD dwHiTSF;
BYTE byISR0;
BYTE byISR1;
BYTE byRTSSuccess;
BYTE byRTSFail;
BYTE byACKFail;
BYTE byFCSErr;
BYTE abySW[2];
BYTE byTSR0;
BYTE byPkt0;
WORD wTime0;
BYTE byTSR1;
BYTE byPkt1;
WORD wTime1;
BYTE byTSR2;
BYTE byPkt2;
WORD wTime2;
BYTE byTSR3;
BYTE byPkt3;
WORD wTime3;
DWORD dwLoTSF;
DWORD dwHiTSF;
BYTE byISR0;
BYTE byISR1;
BYTE byRTSSuccess;
BYTE byRTSFail;
BYTE byACKFail;
BYTE byFCSErr;
BYTE abySW[2];
} __attribute__ ((__packed__))
SINTData, *PSINTData;

Expand Down

0 comments on commit 8b51453

Please sign in to comment.