]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blob - rpp/include/hal/hal.h
Still adapting the library...
[pes-rpp/rpp-lib.git] / rpp / include / hal / hal.h
1 /**
2  * Hardware Abstraction Layer library interface file.
3  *
4  * @file hal.h
5  *
6  * @copyright Copyright (C) 2013 Czech Technical University in Prague
7  *
8  * @author Carlos Jenkins <carlos@jenkins.co.cr>
9  */
10
11 #ifndef __HAL_H
12 #define __HAL_H
13
14 #include "sys/sys.h"
15
16 #include "hal/gpio_tms570.h"
17 #include "hal/gpio_tms570_def.h"
18 #include "hal/port_def.h"
19 #include "hal/port_gpio.h"
20 #include "hal/port_spi.h"
21 #include "hal/spi_resp_transl.h"
22 #include "hal/spi_tms570.h"
23
24
25 #endif /* __HAL_H */