RTEMS  5.1
ssi.h
Go to the documentation of this file.
1 
9 /*
10  * Copyright © 2013 Eugeniy Meshcheryakov <eugen@debian.org>
11  *
12  * The license and distribution terms for this file may be
13  * found in the file LICENSE in this distribution or at
14  * http://www.rtems.org/license/LICENSE.
15  */
16 #ifndef LIBBSP_ARM_LM3S69XX_SSI_H
17 #define LIBBSP_ARM_LM3S69XX_SSI_H
18 #include <rtems/libi2c.h>
19 #include <bspopts.h>
20 
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32 
33 extern rtems_libi2c_bus_t * const lm3s69xx_ssi_0;
34 
35 #if LM3S69XX_NUM_SSI_BLOCKS > 1
36 extern rtems_libi2c_bus_t * const lm3s69xx_ssi_1;
37 #endif
38 
39 #ifdef __cplusplus
40 }
41 #endif
42 
43 #endif /* LIBBSP_ARM_LM3S69XX_SSI_H */
Definition: libi2c.h:162
Legacy I2C Library.