summaryrefslogtreecommitdiff
path: root/drivers/cc3000/inc/wlan.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-09-30 23:25:42 +0100
committerDamien George <damien.p.george@gmail.com>2014-09-30 23:25:42 +0100
commit8762418d0c96e92824357b63ae1e2e7d914343e7 (patch)
treeb563e6236fd334560f4b891053dd4b36210622dc /drivers/cc3000/inc/wlan.h
parent9d2bf9c40573bd43856ad42c9f5eaad3b8370a24 (diff)
drivers, cc3000: Wrap exported functions in a macro for renaming.
Diffstat (limited to 'drivers/cc3000/inc/wlan.h')
-rw-r--r--drivers/cc3000/inc/wlan.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/cc3000/inc/wlan.h b/drivers/cc3000/inc/wlan.h
index 3821612b2..48d195b32 100644
--- a/drivers/cc3000/inc/wlan.h
+++ b/drivers/cc3000/inc/wlan.h
@@ -32,8 +32,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*****************************************************************************/
-#ifndef __WLAN_H__
-#define __WLAN_H__
+#ifndef __CC3000_WLAN_H__
+#define __CC3000_WLAN_H__
#include "cc3000_common.h"
@@ -515,4 +515,4 @@ extern INT32 wlan_smart_config_process(void);
}
#endif // __cplusplus
-#endif // __WLAN_H__
+#endif // __CC3000_WLAN_H__