kernel_defines.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2014 Freie Universität Berlin
3  * 2017 HAW-Hamburg
4  *
5  * This file is subject to the terms and conditions of the GNU Lesser
6  * General Public License v2.1. See the file LICENSE in the top level
7  * directory for more details.
8  */
9 
21 #ifndef KERNEL_DEFINES_H
22 #define KERNEL_DEFINES_H
23 
24 #include "modules.h"
25 #include "riot_version.h"
26 #include "compiler_hints.h"
27 #include "container.h"
28 
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32 
33 #ifdef __cplusplus
34 }
35 #endif
36 
37 #endif /* KERNEL_DEFINES_H */
Common macros and compiler attributes/pragmas configuration.
Common macros and compiler attributes/pragmas configuration.
Common macros and compiler attributes/pragmas configuration.
Common macros and compiler attributes/pragmas configuration.