summaryrefslogtreecommitdiff
path: root/include/linux/device.h
diff options
context:
space:
mode:
authorJames Bottomley <jejb@raven.il.steeleye.com>2004-08-14 04:13:34 -0500
committerJames Bottomley <jejb@raven.il.steeleye.com>2004-08-14 04:13:34 -0500
commit8d5c08a4e7c8f9a2010a37c93285d2196314ae17 (patch)
tree0a75e1fe3fa644b3f5ae71ca3c8d99760ea01130 /include/linux/device.h
parent4d8021616effa7a49b6df2ad0083dcce6016a3a7 (diff)
parentd80ba2fd04af740267e4576773291982036c30f4 (diff)
Merge
Diffstat (limited to 'include/linux/device.h')
-rw-r--r--include/linux/device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index 49d3865aa27b..622ac9034c2b 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -285,6 +285,9 @@ struct device {
struct list_head dma_pools; /* dma pools (if dma'ble) */
+ struct dma_coherent_mem *dma_mem; /* internal for coherent mem
+ override */
+
void (*release)(struct device * dev);
};