X-Git-Url: http://rtime.felk.cvut.cz/gitweb/pes-rpp/rpp-lib.git/blobdiff_plain/573021795371f41a23ed0fe0b5171f38bb96d86e..5e5f1df1fad4674a87019fa6c72a2f2d2e0d8db0:/rpp/include/drv/spi_tms570.h diff --git a/rpp/include/drv/spi_tms570.h b/rpp/include/drv/spi_tms570.h index cde2f33..4919452 100644 --- a/rpp/include/drv/spi_tms570.h +++ b/rpp/include/drv/spi_tms570.h @@ -2,9 +2,14 @@ * * @file spi_resp_transl.h * - * @copyright Copyright (C) 2012-2013 Czech Technical University in Prague + * @copyright Copyright (C) 2012-2013, 2015 Czech Technical University in Prague * * @author Michal Horn + * + * This document contains proprietary information belonging to Czech + * Technical University in Prague. Passing on and copying of this + * document, and communication of its contents is not permitted + * without prior written authorization. */ #ifndef _MYSPI_H_ @@ -199,7 +204,7 @@ typedef struct spi_tms570_drv { //extern spi_tms570_drv_t spi_tms570_ifcs[4]; //extern spi_dev_t spi_devs[]; -int spi_tms570_init(void); +int spi_tms570_init(spi_tms570_drv_t *ifcs, int count); spi_drv_t *spi_find_drv(char *name, int number);