1 /*
2  * Copyright 2021 The Chromium OS Authors
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef ZEPHYR_TEST_LIB_SMF_H_
8 #define ZEPHYR_TEST_LIB_SMF_H_
9 
10 void test_smf_flat(void);
11 void test_smf_hierarchical(void);
12 void test_smf_hierarchical_5_ancestors(void);
13 void test_smf_self_transition(void);
14 
15 #endif /* ZEPHYR_TEST_LIB_SMF_H_ */
16