staging:vt6655:ttype: Whitespace cleanups
Neatening only. git diff -w shows no differences. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5fd36ba5f5
commit
76dffe6435
|
@ -56,16 +56,16 @@
|
||||||
// an 8-byte-aligned 8 byte long structure
|
// an 8-byte-aligned 8 byte long structure
|
||||||
// which is NOT really a floating point number.
|
// which is NOT really a floating point number.
|
||||||
typedef union tagUQuadWord {
|
typedef union tagUQuadWord {
|
||||||
struct {
|
struct {
|
||||||
unsigned int dwLowDword;
|
unsigned int dwLowDword;
|
||||||
unsigned int dwHighDword;
|
unsigned int dwHighDword;
|
||||||
} u;
|
} u;
|
||||||
double DoNotUseThisField;
|
double DoNotUseThisField;
|
||||||
} UQuadWord;
|
} UQuadWord;
|
||||||
typedef UQuadWord QWORD; // 64-bit
|
typedef UQuadWord QWORD; // 64-bit
|
||||||
|
|
||||||
/****** Common pointer types ***********************************************/
|
/****** Common pointer types ***********************************************/
|
||||||
|
|
||||||
typedef QWORD * PQWORD;
|
typedef QWORD *PQWORD;
|
||||||
|
|
||||||
#endif // __TTYPE_H__
|
#endif // __TTYPE_H__
|
||||||
|
|
Loading…
Reference in New Issue