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