summaryrefslogtreecommitdiff
path: root/utils/loc_log.h
diff options
context:
space:
mode:
authorTushar Janefalkar <tusharj@codeaurora.org>2013-07-30 13:34:25 -0700
committerKevin Tang <zhikait@codeaurora.org>2013-08-02 19:01:02 -0700
commite5e62728a24fc5c11f6140d11266017c79f1b77e (patch)
tree4f18401f21da8119cdf4817de8e07fb251715e9d /utils/loc_log.h
parente7cafab287f46ec942c900e72447cae6810d4efd (diff)
downloadgps-e5e62728a24fc5c11f6140d11266017c79f1b77e.tar.gz
A mechanism to detect APQ chip set
The current changes to default the operation mode to Standalone by the CHIP ID. A new method is used for solving this issue. CRs-Fixed: 510462 Change-Id: I58fd85e2c28bf824edeaef62660c62c34761bd37
Diffstat (limited to 'utils/loc_log.h')
-rw-r--r--utils/loc_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/loc_log.h b/utils/loc_log.h
index abe29b7..82dc636 100644
--- a/utils/loc_log.h
+++ b/utils/loc_log.h
@@ -55,7 +55,7 @@ typedef struct
const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask);
const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value);
const char* loc_get_msg_q_status(int status);
-const char* loc_get_target_name(targetEnumType target);
+const char* loc_get_target_name(unsigned int target);
extern const char* log_succ_fail_string(int is_succ);