summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/mpegplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/mpegplayer.h')
-rw-r--r--apps/plugins/mpegplayer/mpegplayer.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/apps/plugins/mpegplayer/mpegplayer.h b/apps/plugins/mpegplayer/mpegplayer.h
index 01ab9bdad6..11bc1ea669 100644
--- a/apps/plugins/mpegplayer/mpegplayer.h
+++ b/apps/plugins/mpegplayer/mpegplayer.h
@@ -89,25 +89,6 @@ enum mpeg_malloc_reason_t
89#define DRAW_WHITE GREY_WHITE 89#define DRAW_WHITE GREY_WHITE
90#define lcd_(fn) grey_##fn 90#define lcd_(fn) grey_##fn
91 91
92#if defined(CPU_PP) && NUM_CORES > 1
93#define GRAY_FLUSH_ICACHE() \
94 IF_COP(flush_icache())
95#define GRAY_INVALIDATE_ICACHE() \
96 IF_COP(invalidate_icache())
97#define GRAY_VIDEO_FLUSH_ICACHE() \
98 IF_COP(parser_send_video_msg(VIDEO_GRAY_CACHEOP, 0))
99#define GRAY_VIDEO_INVALIDATE_ICACHE() \
100 IF_COP(parser_send_video_msg(VIDEO_GRAY_CACHEOP, 1))
101
102#define GRAY_CACHE_MAINT
103#endif
104#endif
105
106#ifndef GRAY_CACHE_MAINT
107#define GRAY_FLUSH_ICACHE()
108#define GRAY_INVALIDATE_ICACHE()
109#define GRAY_VIDEO_FLUSH_ICACHE()
110#define GRAY_VIDEO_INVALIDATE_ICACHE()
111#endif 92#endif
112 93
113#include "mpeg2.h" 94#include "mpeg2.h"