aboutsummaryrefslogtreecommitdiff
path: root/frontend/plat_dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/plat_dummy.c')
-rw-r--r--frontend/plat_dummy.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/frontend/plat_dummy.c b/frontend/plat_dummy.c
index 0b4f100..a34f900 100644
--- a/frontend/plat_dummy.c
+++ b/frontend/plat_dummy.c
@@ -19,6 +19,10 @@ int omap_enable_layer(int enabled)
return 0;
}
+void plat_video_menu_enter(int is_rom_loaded)
+{
+}
+
void plat_video_menu_begin(void)
{
}
@@ -27,6 +31,10 @@ void plat_video_menu_end(void)
{
}
+void plat_video_menu_leave(void)
+{
+}
+
void plat_init(void)
{
}