forked from len0rd/rockbox
Add HAVE_HOTSWAP_STORAGE_AS_MAIN to detect changed binary after re-inserting the storage on targets that run rockbox from hotswappable storage.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23752 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6c62b1bf3d
commit
cfda097394
4 changed files with 16 additions and 3 deletions
|
|
@ -69,7 +69,8 @@ extern int show_logo(void);
|
|||
int open_utf8(const char* pathname, int flags);
|
||||
|
||||
#ifdef BOOTFILE
|
||||
#if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF)
|
||||
#if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF) \
|
||||
|| defined(HAVE_HOTSWAP_STORAGE_AS_MAIN)
|
||||
void check_bootfile(bool do_rolo);
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue