Seiji Ainoguchi / SerialFlash

Dependents:   SerialFlashTest

Fork of SerialFlash by Seiji Ainoguchi

Revision:
2:6f8ab876b516
Parent:
0:d0117f54a7ee
--- a/SST25Device.h	Wed Mar 02 00:28:03 2011 +0000
+++ b/SST25Device.h	Wed Mar 02 16:09:09 2011 +0000
@@ -4,14 +4,14 @@
 #include <string>
 #include "ISerialFlashDevice.h"
 
-class ISPI;
+class ISPICommand;
 class SST25DeviceImpl;
 
 class SST25Device : public ISerialFlashDevice
 {
 public:
-    static SST25Device* Create(ISPI* pSPI);
-    static bool IsSupported(ISPI* pSPI);
+    static SST25Device* Create(ISPICommand* pSPICommand);
+    static bool IsSupported(ISPICommand* pSPICommand);
 
     virtual std::string GetDeviceName(void) const;
     virtual int GetCapacity(void) const;