Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141725
b: refs/heads/master
c: e6cc5ea
h: refs/heads/master
i:
  141723: c48b3a8
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent 1622616 commit 743eda2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 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: c7c38309e4709b4cce4b9c6373e7f1dd7d2d8c8c
refs/heads/master: e6cc5eac8a823fb9674f46cd5050d607009b4a72
23 changes: 3 additions & 20 deletions trunk/drivers/staging/epl/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,7 @@

#define TRACE printk

#ifndef SHORT
#define SHORT short int
#endif
#ifndef USHORT
#define USHORT unsigned short int
#endif
#ifndef INT
#define INT int
#endif
#ifndef UINT
#define UINT unsigned int
#endif
#ifndef LONG
#define LONG long int
#endif
#ifndef ULONG
#define ULONG unsigned long int
#endif
// --- logic types ---
// --- logic types ---
#ifndef BYTE
#define BYTE unsigned char
#endif
Expand All @@ -64,7 +46,8 @@
#ifndef BOOL
#define BOOL unsigned char
#endif
// --- alias types ---

// --- alias types ---
#ifndef TRUE
#define TRUE 0xFF
#endif
Expand Down

0 comments on commit 743eda2

Please sign in to comment.