comparison gsm-fw/bsp/abb+spi/spi_env.h @ 149:971e84124a6f

gsm-fw/bsp/abb+spi: preening of header files, first pass
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 16 Nov 2013 19:41:30 +0000
parents 63750f70796d
children
comparison
equal deleted inserted replaced
148:63750f70796d 149:971e84124a6f
17 /*****************************************************************************/ 17 /*****************************************************************************/
18 18
19 #ifndef __SPI_ENV_H_ 19 #ifndef __SPI_ENV_H_
20 #define __SPI_ENV_H_ 20 #define __SPI_ENV_H_
21 21
22 #include "rvm/rvm_gen.h" 22 #include "../../riviera/rvm/rvm_gen.h"
23 #include "abb/abb_inth.h" // for MADC_NUMBER_OF_MEAS 23 #include "abb_inth.h" // for MADC_NUMBER_OF_MEAS
24 24
25 #include "spi/spi_pool_size.h" /* Stack & Memory Bank sizes definitions */ 25 #include "spi_pool_size.h" /* Stack & Memory Bank sizes definitions */
26 26
27 /* SPI mailbox */ 27 /* SPI mailbox */
28 #define SPI_MAILBOX RVF_TASK_MBOX_0 28 #define SPI_MAILBOX RVF_TASK_MBOX_0
29 29
30 30
67 T_RVM_RETURN spi_stop (void); 67 T_RVM_RETURN spi_stop (void);
68 68
69 T_RVM_RETURN spi_kill (void); 69 T_RVM_RETURN spi_kill (void);
70 70
71 #endif /*__SPI_ENV_H_*/ 71 #endif /*__SPI_ENV_H_*/
72