| // Copyright 2023 Google LLC. | |
| // Copyright lowRISC contributors. | |
| // Licensed under the Apache License, Version 2.0, see LICENSE for details. | |
| // SPDX-License-Identifier: Apache-2.0 | |
| #ifndef SW_DEVICE_TESTS_SIM_DV_LC_CTRL_TRANSITION_IMPL_H_ | |
| #define SW_DEVICE_TESTS_SIM_DV_LC_CTRL_TRANSITION_IMPL_H_ | |
| #include <stdbool.h> | |
| bool execute_lc_ctrl_transition_test(bool use_ext_clk); | |
| #endif // SW_DEVICE_TESTS_SIM_DV_LC_CTRL_TRANSITION_IMPL_H_ |