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
[ALSA] oxygen: generalize handling of DAC volume limits
[linux/fpc-iii.git]
/
include
/
asm-x86
/
unistd.h
blob
effc7ad8e12f66bc28d68b4b54134fcf11143c1f
1
#ifdef __KERNEL__
2
# if defined(CONFIG_X86_32) || defined(__i386__)
3
# include
"unistd_32.h"
4
# else
5
# include
"unistd_64.h"
6
# endif
7
#endif