/* * Copyright (C) 2021 Koen Zandberg * 2021 Inria * * This file is subject to the terms and conditions of the GNU Lesser General * Public License v2.1. See the file LICENSE in the top level directory for more * details. */ /** * @ingroup cpu_avr8_common * @{ * * @file * @brief Implementation of the kernels thread interface * * @author Koen Zandberg */ #ifndef THREAD_ARCH_H #define THREAD_ARCH_H #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* THREAD_ARCH_H */ /** @} */