diff options
author | Miika Pekkarinen <miipekk@ihme.org> | 2007-01-12 18:34:00 +0000 |
---|---|---|
committer | Miika Pekkarinen <miipekk@ihme.org> | 2007-01-12 18:34:00 +0000 |
commit | 0ea4d3197ed7e56f39c630741cb69152ac9e41de (patch) | |
tree | bc29ccef30da139df3e928fd3b8ff3801407b58c /apps/plugin.c | |
parent | 12ef310466937551dbedb2165769d7832b11156c (diff) |
Prepare core support for the iriver bootloader supporting ROM images
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11991 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index c2b697fe0b..250b4cc545 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -487,6 +487,13 @@ static const struct plugin_api rockbox_api = { pcm_record_more, #endif create_thread_on_core, + +#ifdef IRIVER_H100_SERIES + /* Routines for the iriver_flash -plugin. */ + detect_original_firmware, + detect_flashed_ramimage, + detect_flashed_romimage, +#endif }; int plugin_load(const char* plugin, void* parameter) |