/* Copyright 2022 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef ZEPHYR_TEST_UART_PRINTF_INCLUDE_COMMON_H_ #define ZEPHYR_TEST_UART_PRINTF_INCLUDE_COMMON_H_ #define EC_SUCCESS 0 #define EC_ERROR_OVERFLOW -1 #endif /* ZEPHYR_TEST_UART_PRINTF_INCLUDE_COMMON_H_ */