/* * Copyright (c) 2018 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ /** * @file * * @brief Header files included by kernel.h. */ #ifndef ZEPHYR_INCLUDE_KERNEL_INCLUDES_H_ #define ZEPHYR_INCLUDE_KERNEL_INCLUDES_H_ #ifndef ZEPHYR_INCLUDE_KERNEL_H_ #error Please do not include kernel-specific headers directly, use instead #endif #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /* FIXME This needs to be removed. Exposes some private APIs to SOF */ #include #endif /* ZEPHYR_INCLUDE_KERNEL_INCLUDES_H_ */