mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Fix forward references that were mangled in last large changes.
This commit is contained in:
@@ -52,7 +52,6 @@
|
||||
****************************************************************************/
|
||||
|
||||
struct spi_dev_s; /* Forward reference */
|
||||
uint32_t; /* Forward reference */
|
||||
|
||||
/****************************************************************************
|
||||
* Name: efm32_spibus_initialize
|
||||
|
||||
@@ -178,7 +178,6 @@ extern "C"
|
||||
************************************************************************************/
|
||||
|
||||
struct spi_dev_s; /* Forward reference */
|
||||
uint32_t; /* Forward reference */
|
||||
|
||||
/****************************************************************************
|
||||
* Name: imx_spibus_initialize
|
||||
|
||||
@@ -70,7 +70,6 @@ extern "C"
|
||||
************************************************************************************/
|
||||
|
||||
struct spi_dev_s; /* Forward reference */
|
||||
uint32_t; /* Forward reference */
|
||||
|
||||
/************************************************************************************
|
||||
* Name: imx_spibus_initialize
|
||||
|
||||
@@ -64,7 +64,6 @@ extern "C"
|
||||
************************************************************************************/
|
||||
|
||||
struct spi_dev_s; /* Forward reference */
|
||||
uint32_t; /* Forward reference */
|
||||
|
||||
/****************************************************************************
|
||||
* Name: kl_spibus_initialize
|
||||
|
||||
@@ -71,7 +71,6 @@ extern "C"
|
||||
************************************************************************************/
|
||||
|
||||
struct spi_dev_s; /* Forward reference */
|
||||
uint32_t; /* Forward reference */
|
||||
|
||||
/************************************************************************************
|
||||
* Name: lpc17_spibus_initialize
|
||||
|
||||
@@ -154,7 +154,6 @@
|
||||
************************************************************************************/
|
||||
|
||||
struct spi_dev_s; /* Forward reference */
|
||||
uint32_t; /* Forward reference */
|
||||
|
||||
/****************************************************************************
|
||||
* Name: lpc23_spibus_initialize
|
||||
|
||||
@@ -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);
|
||||
|
||||
/************************************************************************************
|
||||
|
||||
@@ -110,7 +110,6 @@ extern "C"
|
||||
****************************************************************************/
|
||||
|
||||
struct spi_dev_s; /* Forward reference */
|
||||
uint32_t; /* Forward reference */
|
||||
|
||||
/****************************************************************************
|
||||
* Name: sam_spibus_initialize
|
||||
|
||||
@@ -104,7 +104,6 @@ extern "C"
|
||||
****************************************************************************/
|
||||
|
||||
struct spi_dev_s; /* Forward reference */
|
||||
uint32_t; /* Forward reference */
|
||||
|
||||
/****************************************************************************
|
||||
* Name: sam_spibus_initialize
|
||||
|
||||
@@ -87,7 +87,6 @@ extern "C"
|
||||
****************************************************************************/
|
||||
|
||||
struct spi_dev_s; /* Forward reference */
|
||||
uint32_t; /* Forward reference */
|
||||
|
||||
/****************************************************************************
|
||||
* Name: sam_spibus_initialize
|
||||
|
||||
@@ -158,7 +158,6 @@ extern "C"
|
||||
****************************************************************************/
|
||||
|
||||
struct spi_dev_s; /* Forward reference */
|
||||
uint32_t; /* Forward reference */
|
||||
struct spi_sctrlr_s; /* Forward reference */
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user