summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 38d0ee0fff..12b7e68447 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -908,7 +908,7 @@ struct plugin_api {
908 void (*wheel_send_events)(bool send); 908 void (*wheel_send_events)(bool send);
909#endif 909#endif
910 910
911#ifdef IRIVER_H100_SERIES 911#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
912 /* Routines for the iriver_flash -plugin. */ 912 /* Routines for the iriver_flash -plugin. */
913 bool (*detect_original_firmware)(void); 913 bool (*detect_original_firmware)(void);
914 bool (*detect_flashed_ramimage)(void); 914 bool (*detect_flashed_ramimage)(void);