PageRenderTime 23ms CodeModel.GetById 10ms app.highlight 9ms RepoModel.GetById 1ms app.codeStats 1ms

/drivers/staging/bcm/vendorspecificextn.h

https://bitbucket.org/wisechild/galaxy-nexus
C++ Header | 18 lines | 14 code | 4 blank | 0 comment | 0 complexity | 4032423b0f91ce942377e9a58160ff29 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
 1
 2#ifndef __VENDOR_EXTN_NVM_H__
 3#define __VENDOR_EXTN_NVM_H__
 4
 5#define CONTINUE_COMMON_PATH 0xFFFF
 6
 7INT vendorextnGetSectionInfo(PVOID  pContext,PFLASH2X_VENDORSPECIFIC_INFO pVendorInfo);
 8INT vendorextnExit(PMINI_ADAPTER Adapter);
 9INT vendorextnInit(PMINI_ADAPTER Adapter);
10INT vendorextnIoctl(PMINI_ADAPTER Adapter, UINT cmd, ULONG arg);
11INT vendorextnReadSection(PVOID  pContext, PUCHAR pBuffer, FLASH2X_SECTION_VAL SectionVal,
12			UINT offset, UINT numOfBytes);
13INT vendorextnWriteSection(PVOID  pContext, PUCHAR pBuffer, FLASH2X_SECTION_VAL SectionVal,
14			UINT offset, UINT numOfBytes, BOOLEAN bVerify);
15INT vendorextnWriteSectionWithoutErase(PVOID  pContext, PUCHAR pBuffer, FLASH2X_SECTION_VAL SectionVal,
16			UINT offset, UINT numOfBytes);
17
18#endif /*  */