summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index dfe746342e..3ffaafce2f 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -206,7 +206,7 @@ struct plugin_api {
206 int src_x, int src_y, int stride, 206 int src_x, int src_y, int stride,
207 int x, int y, int width, int height); 207 int x, int y, int width, int height);
208#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \ 208#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \
209 || defined (IRIVER_H10) 209 || defined(IRIVER_H10) || defined(COWON_D2)
210 void (*lcd_yuv_set_options)(unsigned options); 210 void (*lcd_yuv_set_options)(unsigned options);
211#endif 211#endif
212#elif (LCD_DEPTH < 4) && !defined(SIMULATOR) 212#elif (LCD_DEPTH < 4) && !defined(SIMULATOR)
@@ -395,7 +395,7 @@ struct plugin_api {
395 size_t stack_size, unsigned flags, 395 size_t stack_size, unsigned flags,
396 const char *name 396 const char *name
397 IF_PRIO(, int priority) 397 IF_PRIO(, int priority)
398 IF_COP(, unsigned int core)); 398 IF_COP(, unsigned int core));
399 void (*thread_exit)(void); 399 void (*thread_exit)(void);
400 void (*thread_wait)(struct thread_entry *thread); 400 void (*thread_wait)(struct thread_entry *thread);
401#if CONFIG_CODEC == SWCODEC 401#if CONFIG_CODEC == SWCODEC