summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorPatrick Mochel <mochel@osdl.org>2002-11-25 03:44:20 -0600
committerPatrick Mochel <mochel@osdl.org>2002-11-25 03:44:20 -0600
commit03c84d71ae50d05ca5991a63c261ca8c3e009fa1 (patch)
treebfd36f49f590c3554c7737aa6ddc6cbc22d0b32f /include/linux
parenta43b9aa9bc1e7243a60ca56ba2f1c973317dfffa (diff)
parent8ab1bc19e974fdebe76c065fe444979c84ba2f74 (diff)
Merge
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index a88c4c7a3433..9835d4fcdb12 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -270,6 +270,7 @@ struct device {
being off. */
unsigned char *saved_state; /* saved device state */
+ u64 *dma_mask; /* dma mask (if dma'able device) */
void (*release)(struct device * dev);
};