]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blobdiff - src/hw/spi/spi_api.h
Changed the DDR rate to 1333 and fixed the HUA boot from NOR problem
[keystone-rtos/ibl.git] / src / hw / spi / spi_api.h
index 6a80a79bb534b06b67fe84ab41253d0701755d63..abf82bec4276b150e22fcf788c9102864ed4b5c5 100644 (file)
@@ -20,7 +20,9 @@ typedef struct spiConfig_s  {
 } spiConfig_t;
 
 SINT16 hwSpiConfig (spiConfig_t *spiCfg);
-SINT16 hwSpiRead (UINT32 addr, UINT16 sizeBytes, UINT8 *data);
+SINT16 hwSpiRead (UINT32 addr, UINT32 sizeBytes, UINT8 *data);
+void hwSpiEnableXfer (UINT32 port);
+void hwSpiDisableXfer (UINT32 port);
 
 /* Return values */
 #define SPI_INVALID_ADDR_WIDTH  -1