diff options
Diffstat (limited to 'drivers/cc3000/inc/patch_prog.h')
-rw-r--r-- | drivers/cc3000/inc/patch_prog.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/cc3000/inc/patch_prog.h b/drivers/cc3000/inc/patch_prog.h new file mode 100644 index 0000000000..2dd0985446 --- /dev/null +++ b/drivers/cc3000/inc/patch_prog.h @@ -0,0 +1,11 @@ +#ifndef __PATCH_PROG_H__ +#define __PATCH_PROG_H__ +extern unsigned short fw_length; +extern const unsigned char fw_patch[]; + +extern unsigned short drv_length; +extern const unsigned char wlan_drv_patch[]; +extern const unsigned char cRMdefaultParams[128]; + +void patch_prog_start(); +#endif //__PATCH_PROG_H__ |