architecture_arch.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2020 Otto-von-Guericke-Universität Magdeburg
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
23 /* Doc is provided centrally in architecture.h, hide this from Doxygen */
24 #ifndef DOXYGEN
25 #define ARCHITECTURE_WORD_BITS (32U)
26 #endif /* DOXYGEN */
27 
28 #ifdef __cplusplus
29 }
30 #endif
31