Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186632
b: refs/heads/master
c: 88d4300
h: refs/heads/master
v: v3
  • Loading branch information
Jarod Wilson authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 6c6f7bb commit 714ff12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8a8e29752dfdba014b866d3c587d3409e57263dd
refs/heads/master: 88d43000098017d93d9bb2f88d33950e6c7a6bf4
6 changes: 6 additions & 0 deletions trunk/drivers/staging/crystalhd/bc_dts_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
#ifndef _BC_DTS_TYPES_H_
#define _BC_DTS_TYPES_H_

#ifdef __LINUX_USER__ // Don't include these for KERNEL..
#include <stdint.h>
#endif

#if defined(_WIN64) || defined(_WIN32)
typedef uint32_t U32;
typedef int32_t S32;
Expand Down Expand Up @@ -62,7 +66,9 @@ typedef int BOOL;
typedef uint32_t ULONG;
typedef int32_t LONG;
typedef void *HANDLE;
#ifndef VOID
typedef void VOID;
#endif
typedef void *LPVOID;
typedef uint32_t DWORD;
typedef uint32_t UINT32;
Expand Down

0 comments on commit 714ff12

Please sign in to comment.