diff options
| author | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-03-30 21:54:48 +0000 |
|---|---|---|
| committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-03-30 21:54:48 +0000 |
| commit | d2b305571edbdf9d3f941ac22c03c96cd59e4da4 (patch) | |
| tree | 6bf2733d238be0cb8f984a03d0f6f4372d14c7cf /apps/misc.h | |
| parent | 11fa3a871cf59707fa91c1cedfbb0ee9795c1ac1 (diff) | |
| download | rockbox-d2b305571edbdf9d3f941ac22c03c96cd59e4da4.zip rockbox-d2b305571edbdf9d3f941ac22c03c96cd59e4da4.tar.gz rockbox-d2b305571edbdf9d3f941ac22c03c96cd59e4da4.tar.bz2 rockbox-d2b305571edbdf9d3f941ac22c03c96cd59e4da4.tar.xz | |
Check if a new version got installed after usb disconnect and ask if user wants to reboot. Causes disk spinup before showing the usb logo. Also fixes do_menu() not returning to root_menu after usb disconnect.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12972 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/misc.h')
| -rw-r--r-- | apps/misc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/misc.h b/apps/misc.h index 02a4bd8..20cb84b 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -99,4 +99,8 @@ extern int show_logo(void); int get_replaygain_mode(bool have_track_gain, bool have_album_gain); #endif +#ifdef BOOTFILE +void check_bootfile(bool do_rolo); +#endif + #endif /* MISC_H */ |