summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/hardware/gps.h11
1 files changed, 8 insertions, 3 deletions
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;