summaryrefslogtreecommitdiff
path: root/board/host/chipset.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/host/chipset.c')
-rw-r--r--board/host/chipset.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/host/chipset.c b/board/host/chipset.c
index 4197c46326..daafbe6653 100644
--- a/board/host/chipset.c
+++ b/board/host/chipset.c
@@ -21,6 +21,11 @@ test_mockable void chipset_reset(int cold_reset)
fprintf(stderr, "Chipset reset!\n");
}
+test_mockable void chipset_throttle_cpu_implementation(int throttle)
+{
+ /* Do nothing */
+}
+
test_mockable void chipset_force_shutdown(void)
{
/* Do nothing */