summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index a8b341ff04..c3466bc457 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -219,7 +219,8 @@ struct plugin_api {
219 int x, int y, int width, int height); 219 int x, int y, int width, int height);
220#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \ 220#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \
221 || defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) \ 221 || defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) \
222 || defined(SANSA_FUZE) || defined(SANSA_E200V2) || defined(TOSHIBA_GIGABEAT_S) 222 || defined(SANSA_FUZE) || defined(SANSA_E200V2) || defined(SANSA_FUZEV2) \
223 || defined(TOSHIBA_GIGABEAT_S)
223 void (*lcd_yuv_set_options)(unsigned options); 224 void (*lcd_yuv_set_options)(unsigned options);
224#endif 225#endif
225#endif /* MEMORYSIZE > 2 */ 226#endif /* MEMORYSIZE > 2 */