--- a/omap3530/omap3530_drivers/spi/master.h Wed Sep 22 23:37:20 2010 +0100
+++ b/omap3530/omap3530_drivers/spi/master.h Tue Sep 28 02:37:35 2010 +0100
@@ -41,8 +41,8 @@
virtual TInt HandleSlaveTimeout();
// Internal methods
+ TInt PrepareConfiguration();
TInt ConfigureInterface();
- TBool TransConfigDiffersFromPrev();
TInt ProcessNextTransfers();
TInt StartTransfer(TIicBusTransfer* aTransferPtr, TUint8 aType);
TInt DoTransfer(TUint8 aType);
@@ -88,6 +88,7 @@
TConfigSpiV01 iCurrHeader;
TInt iCurrSS;
+ TInt iCurrSlavePinSet;
};
#endif //__OMAP3530_SPI_MASTER_H__