]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blob - rpp/include/sys/reg_pinmux.h
e1907bd232cd0280a1d5b751e82f90ded3e1f826
[pes-rpp/rpp-lib.git] / rpp / include / sys / reg_pinmux.h
1 /*
2  * Copyright (C) 2015 Czech Technical University in Prague
3  *
4  * Authors:
5  *     - Michal Sojka <sojkam1@fel.cvut.cz>
6  *
7  * This document contains proprietary information belonging to Czech
8  * Technical University in Prague. Passing on and copying of this
9  * document, and communication of its contents is not permitted
10  * without prior written authorization.
11  *
12  */
13
14 #ifndef SYS_REG_PINMUX_H
15 #define SYS_REG_PINMUX_H
16
17 #if defined(TARGET_RM48_HDK)
18 #include "sys/_rm48_hdk/reg_pinmux.h"
19 #elif defined(TARGET_TMS570_HDK)
20 #include "sys/_tms570_hdk/reg_pinmux.h"
21 #elif defined(TARGET_TMS570_HYDCTR)
22 #include "sys/_tms570_hydctr/reg_pinmux.h"
23 #elif defined(TARGET_TMS570_RPP)
24 #include "sys/_tms570_rpp/reg_pinmux.h"
25 #else
26 #error No target specified!
27 #endif
28
29
30 #endif