summaryrefslogtreecommitdiff
path: root/include/dm/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dm/device.h')
-rw-r--r--include/dm/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dm/device.h b/include/dm/device.h
index ce6bc389db3..2c41db845ca 100644
--- a/include/dm/device.h
+++ b/include/dm/device.h
@@ -261,6 +261,7 @@ struct driver {
int (*child_post_bind)(struct udevice *dev);
int (*child_pre_probe)(struct udevice *dev);
int (*child_post_remove)(struct udevice *dev);
+ int (*handle_interrupts)(struct udevice *dev);
int priv_auto_alloc_size;
int platdata_auto_alloc_size;
int per_child_auto_alloc_size;