summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index c2b697f..250b4cc 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)