Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...
[cascardo/linux.git] / drivers / staging / bcm / vendorspecificextn.h
1
2 #ifndef __VENDOR_EXTN_NVM_H__
3 #define __VENDOR_EXTN_NVM_H__
4
5 #define CONTINUE_COMMON_PATH 0xFFFF
6
7 INT vendorextnGetSectionInfo(PVOID  pContext, struct bcm_flash2x_vendor_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, enum bcm_flash2x_section_val SectionVal,
12                         UINT offset, UINT numOfBytes);
13 INT vendorextnWriteSection(PVOID  pContext, PUCHAR pBuffer, enum bcm_flash2x_section_val SectionVal,
14                         UINT offset, UINT numOfBytes, bool bVerify);
15 INT vendorextnWriteSectionWithoutErase(PVOID  pContext, PUCHAR pBuffer, enum bcm_flash2x_section_val SectionVal,
16                         UINT offset, UINT numOfBytes);
17
18 #endif /*  */