diff options
Diffstat (limited to 'recovery_ui.h')
-rw-r--r-- | recovery_ui.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recovery_ui.h b/recovery_ui.h index 77ce7f93d..e56a24b29 100644 --- a/recovery_ui.h +++ b/recovery_ui.h @@ -17,6 +17,12 @@ #ifndef _RECOVERY_UI_H #define _RECOVERY_UI_H +#include "common.h" + +// Called before UI library is initialized. Can change things like +// how many frames are included in various animations, etc. +extern void device_ui_init(UIParameters* ui_parameters); + // Called when recovery starts up. Returns 0. extern int device_recovery_start(); |