Fix forward references that were mangled in last large changes.

This commit is contained in:
Gregory Nutt
2017-04-29 06:59:35 -06:00
parent b78137049c
commit b6b16bf4da
22 changed files with 0 additions and 28 deletions
-1
View File
@@ -52,7 +52,6 @@
****************************************************************************/
struct spi_dev_s; /* Forward reference */
uint32_t; /* Forward reference */
/****************************************************************************
* Name: efm32_spibus_initialize
-1
View File
@@ -178,7 +178,6 @@ extern "C"
************************************************************************************/
struct spi_dev_s; /* Forward reference */
uint32_t; /* Forward reference */
/****************************************************************************
* Name: imx_spibus_initialize
-1
View File
@@ -70,7 +70,6 @@ extern "C"
************************************************************************************/
struct spi_dev_s; /* Forward reference */
uint32_t; /* Forward reference */
/************************************************************************************
* Name: imx_spibus_initialize
-1
View File
@@ -64,7 +64,6 @@ extern "C"
************************************************************************************/
struct spi_dev_s; /* Forward reference */
uint32_t; /* Forward reference */
/****************************************************************************
* Name: kl_spibus_initialize
-1
View File
@@ -71,7 +71,6 @@ extern "C"
************************************************************************************/
struct spi_dev_s; /* Forward reference */
uint32_t; /* Forward reference */
/************************************************************************************
* Name: lpc17_spibus_initialize
-1
View File
@@ -154,7 +154,6 @@
************************************************************************************/
struct spi_dev_s; /* Forward reference */
uint32_t; /* Forward reference */
/****************************************************************************
* Name: lpc23_spibus_initialize
-2
View File
@@ -185,8 +185,6 @@ void lpc31_clockconfig(void);
************************************************************************************/
struct spi_dev_s; /* Forward reference */
uint32_t; /* Forward reference */
FAR struct spi_dev_s *lpc31_spibus_initialize(int port);
/************************************************************************************
-1
View File
@@ -110,7 +110,6 @@ extern "C"
****************************************************************************/
struct spi_dev_s; /* Forward reference */
uint32_t; /* Forward reference */
/****************************************************************************
* Name: sam_spibus_initialize
-1
View File
@@ -104,7 +104,6 @@ extern "C"
****************************************************************************/
struct spi_dev_s; /* Forward reference */
uint32_t; /* Forward reference */
/****************************************************************************
* Name: sam_spibus_initialize
-1
View File
@@ -87,7 +87,6 @@ extern "C"
****************************************************************************/
struct spi_dev_s; /* Forward reference */
uint32_t; /* Forward reference */
/****************************************************************************
* Name: sam_spibus_initialize
-1
View File
@@ -158,7 +158,6 @@ extern "C"
****************************************************************************/
struct spi_dev_s; /* Forward reference */
uint32_t; /* Forward reference */
struct spi_sctrlr_s; /* Forward reference */
/****************************************************************************
-1
View File
@@ -108,7 +108,6 @@ FAR struct spi_dev_s *tiva_ssibus_initialize(int port);
****************************************************************************/
struct spi_dev_s;
uint32_t;
void tiva_ssiselect(FAR struct spi_dev_s *dev, uint32_t devid, bool selected);
uint8_t tiva_ssistatus(FAR struct spi_dev_s *dev, uint32_t devid);
#ifdef CONFIG_SPI_CMDDATA