diff options
| author | Sharvil Nanavati <sharvil@google.com> | 2014-11-06 18:34:06 -0800 |
|---|---|---|
| committer | Andre Eisenbach <eisenbach@google.com> | 2015-03-16 16:51:40 -0700 |
| commit | 06ef205ebcb0d3f0fe2b88ddcea73e646981940e (patch) | |
| tree | 061c8ad184f4153e9f8a8e746209b66737db69cf /utils | |
| parent | 305c15954d69b1a5e15817f6939b907e89100c04 (diff) | |
| download | android_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.h | 3 |
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) |
