diff options
Diffstat (limited to 'frontend/plat_dummy.c')
-rw-r--r-- | frontend/plat_dummy.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/frontend/plat_dummy.c b/frontend/plat_dummy.c index a34f900..44d9068 100644 --- a/frontend/plat_dummy.c +++ b/frontend/plat_dummy.c @@ -42,3 +42,11 @@ void plat_init(void) void plat_finish(void) { } + +void bgr555_to_rgb565(void *d, void *s, int len) +{ +} + +void bgr888_to_rgb888(void *d, void *s, int len) +{ +} |