1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 08:21:18 +01:00
RIOT/cpu/msp430/include/thread_arch.h
2025-09-22 10:47:18 +02:00

28 lines
417 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_msp430
* @{
*
* @file
* @brief Implementation of the kernels thread interface
*
* @author Koen Zandberg <koen@bergzand.net>
*/
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
/** @} */