summaryrefslogtreecommitdiff
path: root/common/spi/flash_reg/private/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/spi/flash_reg/private/util.h')
-rw-r--r--common/spi/flash_reg/private/util.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/common/spi/flash_reg/private/util.h b/common/spi/flash_reg/private/util.h
new file mode 100644
index 0000000000..119d3f10cc
--- /dev/null
+++ b/common/spi/flash_reg/private/util.h
@@ -0,0 +1,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_SPI_FLASH_REG_INCLUDE_UTIL_H_
+#define ZEPHYR_TEST_SPI_FLASH_REG_INCLUDE_UTIL_H_
+
+#include <zephyr/sys/util.h>
+#include <zephyr/sys/util_macro.h>
+
+#endif /* ZEPHYR_TEST_SPI_FLASH_REG_INCLUDE_UTIL_H_ */