Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
drivers
staging
bcm
vendorspecificextn.h
Go to the documentation of this file.
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,
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
);
17
18
#endif
/* */
Generated on Thu Jan 10 2013 14:26:02 for Linux Kernel by
1.8.2