Seiji Ainoguchi / SerialFlash

Dependents:   SerialFlashTest

Fork of SerialFlash by Seiji Ainoguchi

SerialFlashDeviceCreator.h

Committer:
s_ain
Date:
2011-03-02
Revision:
2:6f8ab876b516
Parent:
0:d0117f54a7ee

File content as of revision 2:6f8ab876b516:

#pragma once

#include "ISerialFlashDevice.h"

class ISPICommand;

class SerialFlashDeviceCreator
{
public:
    static ISerialFlashDevice* Create(ISPICommand* pSPICommand);
};