Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
InterfaceMisc.h
Go to the documentation of this file.
1 #ifndef __INTERFACE_MISC_H
2 #define __INTERFACE_MISC_H
3 
4 INT
6  UINT addr,
7  PVOID buff,
8  INT len);
9 
10 INT
12  UINT addr,
13  PVOID buff,
14  INT len);
15 
16 
17 int InterfaceFileDownload( PVOID psIntfAdapter,
18  struct file *flp,
19  unsigned int on_chip_loc);
20 
21 int InterfaceFileReadbackFromChip( PVOID psIntfAdapter,
22  struct file *flp,
23  unsigned int on_chip_loc);
24 
25 
26 int BcmRDM(PVOID arg,
27  UINT addr,
28  PVOID buff,
29  INT len);
30 
31 int BcmWRM(PVOID arg,
32  UINT addr,
33  PVOID buff,
34  INT len);
35 
37 
39 
40 #define DISABLE_USB_ZERO_LEN_INT 0x0F011878
41 
42 #endif // __INTERFACE_MISC_H