summaryrefslogtreecommitdiff
path: root/common/spi/flash_reg/private/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/spi/flash_reg/private/common.h')
-rw-r--r--common/spi/flash_reg/private/common.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/common/spi/flash_reg/private/common.h b/common/spi/flash_reg/private/common.h
new file mode 100644
index 0000000000..9737e2f889
--- /dev/null
+++ b/common/spi/flash_reg/private/common.h
@@ -0,0 +1,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_ */