cpu/msp430_common: Add dummy thread_arch.h header
This commit is contained in:
parent
0b01a999be
commit
bce9e3caeb
33
cpu/msp430_common/include/thread_arch.h
Normal file
33
cpu/msp430_common/include/thread_arch.h
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2021 Koen Zandberg <koen@bergzand.net>
|
||||||
|
* 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_msp430_common
|
||||||
|
* @{
|
||||||
|
*
|
||||||
|
* @file
|
||||||
|
* @brief Implementation of the kernels thread interface
|
||||||
|
*
|
||||||
|
* @author Koen Zandberg <koen@bergzand.net>
|
||||||
|
*
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
#ifndef THREAD_ARCH_H
|
||||||
|
#define THREAD_ARCH_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* THREAD_ARCH_H */
|
||||||
|
/** @} */
|
||||||
Loading…
x
Reference in New Issue
Block a user