From 8762418d0c96e92824357b63ae1e2e7d914343e7 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 30 Sep 2014 23:25:42 +0100 Subject: drivers, cc3000: Wrap exported functions in a macro for renaming. --- drivers/cc3000/inc/patch_prog.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'drivers/cc3000/inc/patch_prog.h') diff --git a/drivers/cc3000/inc/patch_prog.h b/drivers/cc3000/inc/patch_prog.h index 2dd0985446..0a141a0cb5 100644 --- a/drivers/cc3000/inc/patch_prog.h +++ b/drivers/cc3000/inc/patch_prog.h @@ -1,5 +1,5 @@ -#ifndef __PATCH_PROG_H__ -#define __PATCH_PROG_H__ +#ifndef __CC3000_PATCH_PROG_H__ +#define __CC3000_PATCH_PROG_H__ extern unsigned short fw_length; extern const unsigned char fw_patch[]; @@ -8,4 +8,4 @@ extern const unsigned char wlan_drv_patch[]; extern const unsigned char cRMdefaultParams[128]; void patch_prog_start(); -#endif //__PATCH_PROG_H__ +#endif //__CC3000_PATCH_PROG_H__ -- cgit v1.2.3