diff options
| author | James Bottomley <jejb@raven.il.steeleye.com> | 2004-08-14 04:13:34 -0500 |
|---|---|---|
| committer | James Bottomley <jejb@raven.il.steeleye.com> | 2004-08-14 04:13:34 -0500 |
| commit | 8d5c08a4e7c8f9a2010a37c93285d2196314ae17 (patch) | |
| tree | 0a75e1fe3fa644b3f5ae71ca3c8d99760ea01130 /include/linux/device.h | |
| parent | 4d8021616effa7a49b6df2ad0083dcce6016a3a7 (diff) | |
| parent | d80ba2fd04af740267e4576773291982036c30f4 (diff) | |
Merge
Diffstat (limited to 'include/linux/device.h')
| -rw-r--r-- | include/linux/device.h | 3 |
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); }; |
