From c7657bc724fe4a2477f70cc378670a59b3da8f6c Mon Sep 17 00:00:00 2001 From: sbrissen Date: Mon, 28 Oct 2013 11:21:11 -0400 Subject: n5100: merge into common repo kona-common --- include/hardware/gps.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 include/hardware/gps.h (limited to 'include') diff --git a/include/hardware/gps.h b/include/hardware/gps.h old mode 100755 new mode 100644 index ba6eb5c..f149e98 --- a/include/hardware/gps.h +++ b/include/hardware/gps.h @@ -874,13 +874,13 @@ typedef struct { typedef struct { /** set to sizeof(GpsGeofencingInterface) */ size_t size; - + /** * Opens the geofence interface and provides the callback routines * to the implemenation of this interface. */ void (*init)( GpsGeofenceCallbacks* callbacks ); - + /** * Add a geofence area. This api currently supports circular geofences. * Parameters: @@ -915,14 +915,14 @@ typedef struct { int last_transition, int monitor_transitions, int notification_responsiveness_ms, int unknown_timer_ms); - + /** * Pause monitoring a particular geofence. * Parameters: * geofence_id - The id for the geofence. */ void (*pause_geofence) (int32_t geofence_id); - + /** * Resume monitoring a particular geofence. * Parameters: @@ -934,7 +934,7 @@ typedef struct { * add_geofence_area call. */ void (*resume_geofence) (int32_t geofence_id, int monitor_transitions); - + /** * Remove a geofence area. After the function returns, no notifications * should be sent. -- cgit v1.1