summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/include/stubs.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/include/stubs.h')
-rw-r--r--zephyr/test/drivers/include/stubs.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/zephyr/test/drivers/include/stubs.h b/zephyr/test/drivers/include/stubs.h
deleted file mode 100644
index 1ae0f3a50d..0000000000
--- a/zephyr/test/drivers/include/stubs.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Copyright 2021 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.
- */
-
-#include "power.h"
-
-enum usbc_port { USBC_PORT_C0 = 0, USBC_PORT_C1, USBC_PORT_COUNT };
-
-void set_mock_power_state(enum power_state state);