summaryrefslogtreecommitdiffstats
path: root/include/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/driver.h')
-rw-r--r--include/driver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/driver.h b/include/driver.h
index 91653b7946..1b61f20660 100644
--- a/include/driver.h
+++ b/include/driver.h
@@ -82,6 +82,8 @@ struct device_d {
const struct of_device_id *of_id_entry;
+ u64 dma_mask;
+
void (*info) (struct device_d *);
/*
* For devices which take longer to probe this is called