index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
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