Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363546
b: refs/heads/master
c: 76dffe6
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Greg Kroah-Hartman committed Mar 19, 2013
1 parent 0b597cf commit 4f946b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 5fd36ba5f577b7828aa0ce04cd1372aeec62cdf7
refs/heads/master: 76dffe6435efee37e57efefb264a6a3b481e77fc
12 changes: 6 additions & 6 deletions trunk/drivers/staging/vt6655/ttype.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@
// an 8-byte-aligned 8 byte long structure
// which is NOT really a floating point number.
typedef union tagUQuadWord {
struct {
unsigned int dwLowDword;
unsigned int dwHighDword;
} u;
double DoNotUseThisField;
struct {
unsigned int dwLowDword;
unsigned int dwHighDword;
} u;
double DoNotUseThisField;
} UQuadWord;
typedef UQuadWord QWORD; // 64-bit

/****** Common pointer types ***********************************************/

typedef QWORD * PQWORD;
typedef QWORD *PQWORD;

#endif // __TTYPE_H__

0 comments on commit 4f946b2

Please sign in to comment.