repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xhci: Avoid "dead ports", add roothub port polling.
[linux/fpc-iii.git]
/
drivers
/
staging
/
keucr
/
common.h
blob
cf347ccd6a6ef5949f32aab18a0cd2a44972d22b
1
#ifndef COMMON_INCD
2
#define COMMON_INCD
3
4
typedef
u8 BOOLEAN
;
5
typedef
u8 BYTE
;
6
typedef
u8
*
PBYTE
;
7
typedef
u16 WORD
;
8
typedef
u16
*
PWORD
;
9
typedef
u32 DWORD
;
10
typedef
u32
*
PDWORD
;
11
12
#define BYTE_MASK 0xff
13
14
#endif
15