board_common.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2018 Bas Stottelaar <basstottelaar@gmail.com>
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
20 #include "board.h"
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
31 void board_common_init(void);
32 
33 #ifdef __cplusplus
34 }
35 #endif
36 
void board_common_init(void)
Initialize common board features.