summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authortilaksidduram <tilaksidduram@gmail.com>2014-12-07 13:03:57 +0530
committertilaksidduram <tilaksidduram@gmail.com>2014-12-07 13:03:57 +0530
commit1f35dacaa31323567bbde44889e97dd2d9863f17 (patch)
tree6b079a69a20ee5167d83f572da051262e9ead3ed /include
parent796b270956ec4722fb1767d3881a1f050e1516f5 (diff)
downloaddevice_samsung_n7100-1f35dacaa31323567bbde44889e97dd2d9863f17.zip
device_samsung_n7100-1f35dacaa31323567bbde44889e97dd2d9863f17.tar.gz
device_samsung_n7100-1f35dacaa31323567bbde44889e97dd2d9863f17.tar.bz2
n7100: update gps
Diffstat (limited to 'include')
-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 {