blob: d7d3a29608ba9e78fe43089d19e0381c84d74cc7 [file] [log] [blame]
/*
* Copyright (c) 2019 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_MISC_UTIL_H_
#define ZEPHYR_INCLUDE_MISC_UTIL_H_
#ifndef CONFIG_COMPAT_INCLUDES
#warning "This header file has moved, include <sys/util.h> instead."
#endif
#include <sys/util.h>
#endif /* ZEPHYR_INCLUDE_MISC_UTIL_H_ */