index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
Linux kernel source tree
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
m68k
/
include
/
asm
/
io.h
blob: c70cc91550037c4e5e9317bd79e2d40056913b1e (
plain
)
1
2
3
4
5
#ifdef __uClinux__
#include
<asm/io_no.h>
#else
#include
<asm/io_mm.h>
#endif