2015-10-01 16:39:01 +08:00
|
|
|
/*
|
2019-06-26 22:42:45 +08:00
|
|
|
* Copyright (c) 2019 Intel Corporation
|
2015-10-01 16:39:01 +08:00
|
|
|
*
|
2017-01-19 09:01:01 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2015-10-01 16:39:01 +08:00
|
|
|
*/
|
2018-09-15 01:43:44 +08:00
|
|
|
#ifndef ZEPHYR_INCLUDE_MISC_STACK_H_
|
|
|
|
#define ZEPHYR_INCLUDE_MISC_STACK_H_
|
2017-05-31 22:11:22 +08:00
|
|
|
|
2019-06-26 22:42:45 +08:00
|
|
|
#ifndef CONFIG_COMPAT_INCLUDES
|
|
|
|
#warning "This header file has moved, include <debug/stack.h> instead."
|
|
|
|
#endif
|
2019-02-21 21:43:27 +08:00
|
|
|
|
2019-06-26 22:42:45 +08:00
|
|
|
#include <debug/stack.h>
|
2017-06-03 03:56:47 +08:00
|
|
|
|
2018-09-15 01:43:44 +08:00
|
|
|
#endif /* ZEPHYR_INCLUDE_MISC_STACK_H_ */
|