Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / drivers / staging / bcm / vendorspecificextn.h
blobf237891b9f29b1a96d4719a2ef01e2e6be761167
2 #ifndef __VENDOR_EXTN_NVM_H__
3 #define __VENDOR_EXTN_NVM_H__
5 #define CONTINUE_COMMON_PATH 0xFFFF
7 INT vendorextnGetSectionInfo(PVOID pContext,PFLASH2X_VENDORSPECIFIC_INFO pVendorInfo);
8 INT vendorextnExit(struct bcm_mini_adapter *Adapter);
9 INT vendorextnInit(struct bcm_mini_adapter *Adapter);
10 INT vendorextnIoctl(struct bcm_mini_adapter *Adapter, UINT cmd, ULONG arg);
11 INT vendorextnReadSection(PVOID pContext, PUCHAR pBuffer, FLASH2X_SECTION_VAL SectionVal,
12 UINT offset, UINT numOfBytes);
13 INT vendorextnWriteSection(PVOID pContext, PUCHAR pBuffer, FLASH2X_SECTION_VAL SectionVal,
14 UINT offset, UINT numOfBytes, BOOLEAN bVerify);
15 INT vendorextnWriteSectionWithoutErase(PVOID pContext, PUCHAR pBuffer, FLASH2X_SECTION_VAL SectionVal,
16 UINT offset, UINT numOfBytes);
18 #endif /* */