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