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 5efe3fe..f48e7e2 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -210,7 +210,7 @@ struct plugin_api {
int src_x, int src_y, int stride,
int x, int y, int width, int height);
#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \
- || defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630)
+ || defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) || defined(SANSA_FUZE) || defined(SANSA_E200V2)
void (*lcd_yuv_set_options)(unsigned options);
#endif
#elif (LCD_DEPTH < 4) && !defined(SIMULATOR)