summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/include/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/include/utils.h')
-rw-r--r--zephyr/test/drivers/include/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zephyr/test/drivers/include/utils.h b/zephyr/test/drivers/include/utils.h
index 1f0e830697..b6237aae89 100644
--- a/zephyr/test/drivers/include/utils.h
+++ b/zephyr/test/drivers/include/utils.h
@@ -11,4 +11,7 @@
/** @brief Set chipset to S0 state. Call all necessary hooks. */
void test_set_chipset_to_s0(void);
+/** @brief Set chipset to G3 state. Call all necessary hooks. */
+void test_set_chipset_to_g3(void);
+
#endif /* ZEPHYR_TEST_DRIVERS_INCLUDE_UTILS_H_ */