diff options
| author | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-03-30 23:36:10 +0000 |
|---|---|---|
| committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-03-30 23:36:10 +0000 |
| commit | dc33e1e8a7557c82a943e4b096116775358449ca (patch) | |
| tree | 2f3e220e25b105b9dc1f6e79148199cca936eeaf /apps/misc.h | |
| parent | c6ea09d6ef48882ebe5804bd0c2debde4d094a38 (diff) | |
| download | rockbox-dc33e1e8a7557c82a943e4b096116775358449ca.zip rockbox-dc33e1e8a7557c82a943e4b096116775358449ca.tar.gz rockbox-dc33e1e8a7557c82a943e4b096116775358449ca.tar.bz2 rockbox-dc33e1e8a7557c82a943e4b096116775358449ca.tar.xz | |
Don't check for bootfile changes on devices that use OF for USB (and thus reboot)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12974 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/misc.h')
| -rw-r--r-- | apps/misc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/misc.h b/apps/misc.h index 20cb84b..b30942f 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -100,7 +100,9 @@ int get_replaygain_mode(bool have_track_gain, bool have_album_gain); #endif #ifdef BOOTFILE +#ifndef USB_IPODSTYLE void check_bootfile(bool do_rolo); #endif +#endif #endif /* MISC_H */ |