diff options
Diffstat (limited to 'include/dfu.h')
-rw-r--r-- | include/dfu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dfu.h b/include/dfu.h index 240916854a..986598e397 100644 --- a/include/dfu.h +++ b/include/dfu.h @@ -100,6 +100,7 @@ struct dfu_entity { u64 offset, void *buf, long *len); int (*flush_medium)(struct dfu_entity *dfu); + unsigned int (*poll_timeout)(struct dfu_entity *dfu); struct list_head list; |