summaryrefslogtreecommitdiff
path: root/chip/mt_scp/rv32i_common/gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mt_scp/rv32i_common/gpio.c')
-rw-r--r--chip/mt_scp/rv32i_common/gpio.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/chip/mt_scp/rv32i_common/gpio.c b/chip/mt_scp/rv32i_common/gpio.c
deleted file mode 100644
index 0ca3e3ac25..0000000000
--- a/chip/mt_scp/rv32i_common/gpio.c
+++ /dev/null
@@ -1,21 +0,0 @@
-/* Copyright 2020 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-/* GPIO module */
-
-#include "gpio.h"
-
-void gpio_pre_init(void)
-{
-}
-
-test_mockable int gpio_get_level(enum gpio_signal signal)
-{
- return 0;
-}
-
-void gpio_set_level(enum gpio_signal signal, int value)
-{
-}