From 433b5f796388eea81300dc1556df13eb877ef982 Mon Sep 17 00:00:00 2001 From: codeworkx Date: Tue, 23 Jul 2013 23:24:37 +0200 Subject: exynos4412: qcom gps: use psc Change-Id: I4c264ecddbefb6c76384263393d04fe53e5919c8 --- include/hardware/gps.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'include/hardware/gps.h') diff --git a/include/hardware/gps.h b/include/hardware/gps.h index 9e70070..92eba51 100644 --- a/include/hardware/gps.h +++ b/include/hardware/gps.h @@ -278,6 +278,12 @@ typedef uint16_t AGpsStatusValue; * Name for the AGPS-RIL interface. */ #define AGPS_RIL_INTERFACE "agps_ril" + +/** + * The GPS chipset can use Psc for AGPS. + */ +#define AGPS_USE_PSC + /** * Name for ULP Phone Context Interface */ @@ -471,9 +477,8 @@ typedef struct { uint16_t mcc; uint16_t mnc; uint16_t lac; -#if 1 - /** Placeholder for Samsung ABI compat */ - uint16_t unknown; +#ifdef AGPS_USE_PSC + uint16_t psc; #endif uint32_t cid; } AGpsRefLocationCellID; -- cgit v1.2.3