/* Copyright 2022 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. */ #ifndef ZEPHYR_TEST_DRIVERS_INCLUDE_UTILS_H_ #define ZEPHYR_TEST_DRIVERS_INCLUDE_UTILS_H_ #include "charger.h" /** @brief Set chipset to S0 state. Call all necessary hooks. */ void test_set_chipset_to_s0(void); #endif /* ZEPHYR_TEST_DRIVERS_INCLUDE_UTILS_H_ */