repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
blk: rq_data_dir() should not return a boolean
[cris-mirror.git]
/
arch
/
sh
/
include
/
uapi
/
asm
/
unistd.h
blob
eeef88dd53ce8035dc2e93576f9db50ace9c030f
1
#ifndef __KERNEL__
2
# ifdef __SH5__
3
# include <asm/unistd_64.h>
4
# else
5
# include <asm/unistd_32.h>
6
# endif
7
#endif