summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorSharvil Nanavati <sharvil@google.com>2014-11-06 18:34:06 -0800
committerAndre Eisenbach <eisenbach@google.com>2015-03-16 16:51:40 -0700
commit06ef205ebcb0d3f0fe2b88ddcea73e646981940e (patch)
tree061c8ad184f4153e9f8a8e746209b66737db69cf /utils
parent305c15954d69b1a5e15817f6939b907e89100c04 (diff)
downloadandroid_system_bt-06ef205ebcb0d3f0fe2b88ddcea73e646981940e.tar.gz
android_system_bt-06ef205ebcb0d3f0fe2b88ddcea73e646981940e.tar.bz2
android_system_bt-06ef205ebcb0d3f0fe2b88ddcea73e646981940e.zip
Update module names to not use C preprocessor and to be at top of headers.
Diffstat (limited to 'utils')
-rw-r--r--utils/include/bt_utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/include/bt_utils.h b/utils/include/bt_utils.h
index 7c112cecd..fa397f9e1 100644
--- a/utils/include/bt_utils.h
+++ b/utils/include/bt_utils.h
@@ -19,6 +19,8 @@
#ifndef BT_UTILS_H
#define BT_UTILS_H
+static const char BT_UTILS_MODULE[] = "bt_utils_module";
+
/*******************************************************************************
** Type definitions
********************************************************************************/
@@ -38,7 +40,6 @@ typedef enum {
** Functions
********************************************************************************/
-#define BT_UTILS_MODULE "bt_utils_module"
void raise_priority_a2dp(tHIGH_PRIORITY_TASK high_task);
void adjust_priority_a2dp(int start);
#define UNUSED(x) (void)(x)