board.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2015 TriaGnoSys GmbH
3  * SPDX-FileCopyrightText: 2017 Alexander Kurth, Sören Tempel, Tristan Bruns
4  * SPDX-License-Identifier: LGPL-2.1-only
5  */
6 
7 #pragma once
8 
28 #include "board_common.h"
29 
30 #ifdef __cplusplus
31 extern "C" {
32 #endif
33 
34 /* Board common contains all required info */
35 
36 #ifdef __cplusplus
37 }
38 #endif
39