2016-11-08 23:36:50 +08:00
|
|
|
/*
|
2019-11-11 00:17:19 +08:00
|
|
|
* Copyright (c) 2019 Carlo Caione <ccaione@baylibre.com>
|
2016-11-08 23:36:50 +08:00
|
|
|
*
|
2017-01-19 09:01:01 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2016-11-08 23:36:50 +08:00
|
|
|
*/
|
|
|
|
|
2018-09-15 01:43:44 +08:00
|
|
|
#ifndef ZEPHYR_ARCH_ARM_INCLUDE_KERNEL_ARCH_FUNC_H_
|
|
|
|
#define ZEPHYR_ARCH_ARM_INCLUDE_KERNEL_ARCH_FUNC_H_
|
2016-11-08 23:36:50 +08:00
|
|
|
|
2019-11-11 00:17:19 +08:00
|
|
|
#include <aarch32/kernel_arch_func.h>
|
2016-11-08 23:36:50 +08:00
|
|
|
|
2018-09-15 01:43:44 +08:00
|
|
|
#endif /* ZEPHYR_ARCH_ARM_INCLUDE_KERNEL_ARCH_FUNC_H_ */
|