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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/plat_dummy.c b/frontend/plat_dummy.c
index 058ef1b..957eb3e 100644
--- a/frontend/plat_dummy.c
+++ b/frontend/plat_dummy.c
@@ -72,3 +72,7 @@ int plat_get_bat_capacity(void)
{
return -1;
}
+
+void plat_step_volume(int is_up)
+{
+}