From 0ea4d3197ed7e56f39c630741cb69152ac9e41de Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Fri, 12 Jan 2007 18:34:00 +0000 Subject: 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 --- apps/plugin.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/plugin.c') 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) -- cgit v1.2.3