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