/* * SPDX-FileCopyrightText: 2021 Koen Zandberg * SPDX-FileCopyrightText: 2021 Inria * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once /** * @ingroup cpu_avr8_common * @{ * * @file * @brief Implementation of the kernels thread interface * * @author Koen Zandberg */ #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif /** @} */