summaryrefslogtreecommitdiff
path: root/utils/gps_extended_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/gps_extended_c.h')
-rw-r--r--utils/gps_extended_c.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/gps_extended_c.h b/utils/gps_extended_c.h
index f368975..fc10841 100644
--- a/utils/gps_extended_c.h
+++ b/utils/gps_extended_c.h
@@ -2422,6 +2422,13 @@ typedef uint64_t NetworkHandle;
#define NETWORK_HANDLE_UNKNOWN ~0
#define MAX_NETWORK_HANDLES 10
+typedef enum {
+ ENGINE_LOCK_STATE_INVALID = 0,
+ ENGINE_LOCK_STATE_ENABLED = 1, /**< Location engine is enabled. */
+ ENGINE_LOCK_STATE_DISABLED = 2, /**< location engine is disabled. */
+ ENGINE_LOCK_STATE_MAX,
+}EngineLockState;
+
#ifdef __cplusplus
}
#endif /* __cplusplus */