summaryrefslogtreecommitdiff
path: root/zephyr/test/spi_flash_reg/include/util.h
blob: 119d3f10cc97c58a0c990a8632830c0532fbfcc9 (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_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_ */