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 /gki | |
| 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 'gki')
| -rw-r--r-- | gki/common/gki.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gki/common/gki.h b/gki/common/gki.h index 40e9d8625..7e719c113 100644 --- a/gki/common/gki.h +++ b/gki/common/gki.h @@ -21,6 +21,8 @@ #include "bt_target.h" #include "bt_types.h" +static const char GKI_MODULE[] = "gki_module"; + /* Error codes */ #define GKI_SUCCESS 0x00 #define GKI_FAILURE 0x01 @@ -128,8 +130,6 @@ typedef void (*TASKPTR)(void); ** Function prototypes */ -#define GKI_MODULE "gki_module" - /* Task management */ UINT8 GKI_get_taskid(void); |
