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