summaryrefslogtreecommitdiff
path: root/common/spi/flash_reg/private/common.h
blob: 9737e2f889820c92a95508b96b7a1a571b0a2e65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* 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_SPI_FLASH_REG_INCLUDE_COMMON_H_
#define ZEPHYR_TEST_SPI_FLASH_REG_INCLUDE_COMMON_H_

#include <stdint.h>

enum ec_error_list {
	EC_SUCCESS,
	EC_ERROR_INVAL,
};

#endif /* ZEPHYR_TEST_SPI_FLASH_REG_INCLUDE_COMMON_H_ */