2018-03-26 16:57:25 -07:00
|
|
|
/*
|
2019-06-26 10:33:44 -04:00
|
|
|
* Copyright (c) 2019 Intel Corporation
|
2018-03-26 16:57:25 -07:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
2018-09-14 10:43:44 -07:00
|
|
|
#ifndef ZEPHYR_INCLUDE_MISC_LIBC_HOOKS_H_
|
|
|
|
#define ZEPHYR_INCLUDE_MISC_LIBC_HOOKS_H_
|
2018-03-26 16:57:25 -07:00
|
|
|
|
2019-06-26 10:33:44 -04:00
|
|
|
#ifndef CONFIG_COMPAT_INCLUDES
|
|
|
|
#warning "This header file has moved, include <sys/libc-hooks.h> instead."
|
2019-02-01 12:18:31 -08:00
|
|
|
#endif
|
|
|
|
|
2019-06-26 10:33:44 -04:00
|
|
|
#include <sys/libc-hooks.h>
|
2018-03-26 16:57:25 -07:00
|
|
|
|
2018-09-14 10:43:44 -07:00
|
|
|
#endif /* ZEPHYR_INCLUDE_MISC_LIBC_HOOKS_H_ */
|