summaryrefslogtreecommitdiff
path: root/zephyr/test/uart_printf/include/common.h
blob: 79af9594b35e54ff3093c87ee064f8b806111b50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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_ */