1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 01:23:49 +01:00
RIOT/cpu/avr8_common/include/thread_arch.h
2025-09-09 18:44:43 +02:00

28 lines
422 B
C

/*
* SPDX-FileCopyrightText: 2021 Koen Zandberg <koen@bergzand.net>
* 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 <koen@bergzand.net>
*/
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
/** @} */