board.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2023 Bennet Blischke <bennet.blischke@haw-hamburg.de>
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser General
5  * Public License v2.1. See the file LICENSE in the top level directory for more
6  * details.
7  */
8 
9 #pragma once
10 
21 #include "cpu.h"
22 
23 #ifdef __cplusplus
24 extern "C"
25 {
26 #endif
27 
28 #ifdef __cplusplus
29 }
30 #endif
31