Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337775
b: refs/heads/master
c: a552397
h: refs/heads/master
i:
  337773: 9899621
  337771: 320fd37
  337767: 4c94d7b
  337759: 8d0a843
v: v3
  • Loading branch information
Malcolm Priestley authored and Greg Kroah-Hartman committed Nov 13, 2012
1 parent 4758476 commit aee7d0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: cf5d170e02005d43ad95ca38dfa484299574f872
refs/heads/master: a552397d5e4ef0cc0bd3e9595d6acc9a3b381171
6 changes: 4 additions & 2 deletions trunk/drivers/staging/vt6656/ttype.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
#ifndef __TTYPE_H__
#define __TTYPE_H__

#include <linux/types.h>

/******* Common definitions and typedefs ***********************************/

typedef int BOOL;
Expand All @@ -51,8 +53,8 @@ typedef unsigned long DWORD; // 32-bit
// which is NOT really a floating point number.
typedef union tagUQuadWord {
struct {
DWORD dwLowDword;
DWORD dwHighDword;
u32 dwLowDword;
u32 dwHighDword;
} u;
double DoNotUseThisField;
} UQuadWord;
Expand Down

0 comments on commit aee7d0f

Please sign in to comment.