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
/
dma-mapping.h
blob: f4a4c7638f898997c5346c8f1564b819dafdca9a (
plain
)
1
2
3
4
5
#ifdef __uClinux__
#include
"dma-mapping_no.h"
#else
#include
"dma-mapping_mm.h"
#endif