1 /*
2  * Copyright (c) 2023, Arm Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef UART_ENV_TESTS_H
8 #define UART_ENV_TESTS_H
9 
10 void uart_env_tests_register(void);
11 
12 #endif /* UART_ENV_TESTS_H */
13