diff options
author | ghepeu <ghepeu@gmail.com> | 2013-07-14 22:00:55 +0200 |
---|---|---|
committer | ghepeu <ghepeu@gmail.com> | 2013-07-14 22:00:55 +0200 |
commit | 652a228fc36806e5d946b282c3fdbe7089a2325d (patch) | |
tree | 733ee9ab82ee37d2959daaab7b2c08e7ae23aa7b | |
parent | 86fc2992b5a91da8840637f90cf4453f75e44bf0 (diff) | |
download | hardware_libhardware-652a228fc36806e5d946b282c3fdbe7089a2325d.zip hardware_libhardware-652a228fc36806e5d946b282c3fdbe7089a2325d.tar.gz hardware_libhardware-652a228fc36806e5d946b282c3fdbe7089a2325d.tar.bz2 |
Add psc field to AGpsRefLocationCellID struct
Change-Id: I074473a8a78727554dd4a299c75d33c53f2c4dba
-rw-r--r-- | include/hardware/gps.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hardware/gps.h b/include/hardware/gps.h index 69bfd50..10c35db 100644 --- a/include/hardware/gps.h +++ b/include/hardware/gps.h @@ -307,6 +307,9 @@ typedef struct { uint16_t mcc; uint16_t mnc; uint16_t lac; +#ifdef AGPS_USE_PSC + uint16_t psc; +#endif uint32_t cid; } AGpsRefLocationCellID; |