summaryrefslogtreecommitdiff
path: root/drivers/cc3000/inc/netapp.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/netapp.h
parent9d2bf9c40573bd43856ad42c9f5eaad3b8370a24 (diff)
drivers, cc3000: Wrap exported functions in a macro for renaming.
Diffstat (limited to 'drivers/cc3000/inc/netapp.h')
-rw-r--r--drivers/cc3000/inc/netapp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/cc3000/inc/netapp.h b/drivers/cc3000/inc/netapp.h
index d5aa09a4a..1e4f26589 100644
--- a/drivers/cc3000/inc/netapp.h
+++ b/drivers/cc3000/inc/netapp.h
@@ -32,8 +32,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*****************************************************************************/
-#ifndef __NETAPP_H__
-#define __NETAPP_H__
+#ifndef __CC3000_NETAPP_H__
+#define __CC3000_NETAPP_H__
#include "data_types.h"
@@ -339,5 +339,5 @@ INT32 netapp_set_debug_level(UINT32 ulLevel);
}
#endif // __cplusplus
-#endif // __NETAPP_H__
+#endif // __CC3000_NETAPP_H__