periph_cpu.h
1 /*
2  * Copyright(C) 2016,2017, Imagination Technologies Limited and/or its
3  * affiliated group companies.
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  */
10 
11 #ifndef PERIPH_CPU_H
12 #define PERIPH_CPU_H
13 
14 #include "periph_cpu_common.h"
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
20 #ifdef __cplusplus
21 }
22 #endif
23 
24 #endif /* PERIPH_CPU_H */