summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/include/stubs.h
blob: 1ae0f3a50d2879847712776fb88cd1dbf23fa4b7 (plain)
1
2
3
4
5
6
7
8
9
10
/* 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);