projects
/
linux-2.6.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
x86, ia64: convert to use generic dma_map_ops struct
[linux-2.6.git]
/
arch
/
ia64
/
kernel
/
dma-mapping.c
1
#include <linux/dma-mapping.h>
2
3
struct dma_map_ops *dma_ops;
4
EXPORT_SYMBOL(dma_ops);
5
6
struct dma_map_ops *dma_get_ops(struct device *dev)
7
{
8
return dma_ops;
9
}
10
EXPORT_SYMBOL(dma_get_ops);