]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/blob - rpp/lib/rpp/include/hal/port_spi.h
Yet another place to fix
[pes-rpp/rpp-test-sw.git] / rpp / lib / rpp / include / hal / port_spi.h
1 /*
2  * port_spi.h
3  *
4  *  Created on: 26.11.2012
5  *      Author: Michal Horn
6  */
7
8 #ifndef PORT_SPI_H_
9 #define PORT_SPI_H_
10
11 //#include "sys_common.h"
12 #include "hal/hal.h"
13
14 uint32_t hal_spi_port_transfer_command(uint32_t* config, uint32_t num_bytes, const uint32_t* commands);
15
16
17 #endif /* PORT_SPI_H_ */