git.samba.org
/
sfrench
/
cifs-2.6.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
x86: cleanup duplicate includes
[sfrench/cifs-2.6.git]
/
include
/
asm-x86
/
posix_types.h
1
#ifdef __KERNEL__
2
# if defined(CONFIG_X86_32) || defined(__i386__)
3
# include "posix_types_32.h"
4
# else
5
# include "posix_types_64.h"
6
# endif
7
#endif