From 1f35dacaa31323567bbde44889e97dd2d9863f17 Mon Sep 17 00:00:00 2001 From: tilaksidduram Date: Sun, 7 Dec 2014 13:03:57 +0530 Subject: n7100: update gps --- include/hardware/gps.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'include') diff --git a/include/hardware/gps.h b/include/hardware/gps.h index 834516f..b70da93 100644 --- a/include/hardware/gps.h +++ b/include/hardware/gps.h @@ -398,11 +398,6 @@ typedef uint8_t GpsNavigationMessageType; #define AGPS_RIL_INTERFACE "agps_ril" /** - * The GPS chipset can use Psc for AGPS. - */ -#define AGPS_USE_PSC - -/** * Name for the GPS_Geofencing interface. */ #define GPS_GEOFENCING_INTERFACE "gps_geofencing" @@ -422,6 +417,11 @@ typedef uint8_t GpsNavigationMessageType; */ #define GNSS_CONFIGURATION_INTERFACE "gnss_configuration" +/** + * The GPS chipset can use Psc for AGPS. + */ +#define AGPS_USE_PSC + /** Represents a location. */ typedef struct { @@ -502,7 +502,6 @@ typedef struct { uint32_t used_in_fix_mask; } GpsSvStatus; - /* 2G and 3G */ /* In 3G lac is discarded */ typedef struct { -- cgit v1.1