summaryrefslogtreecommitdiffstats
path: root/src/ofono.h
diff options
context:
space:
mode:
authorJarko Poutiainen <jarko.poutiainen@tieto.com>2011-03-24 15:46:27 +0200
committerDenis Kenzior <denkenz@gmail.com>2011-03-28 18:06:58 -0500
commitd451195c82544e5cb15eee6b5892b95abd0dce22 (patch)
treec8d46edd8342d3f1678c04b9eee48f8b46773bbc /src/ofono.h
parent71c0cffd1d3962a908a1a13977147161982e631c (diff)
downloadofono-d451195c82544e5cb15eee6b5892b95abd0dce22.tar.bz2
src: add atom type for gnss
Diffstat (limited to 'src/ofono.h')
-rw-r--r--src/ofono.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ofono.h b/src/ofono.h
index b9ca314c..81570fef 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -132,6 +132,7 @@ enum ofono_atom_type {
OFONO_ATOM_TYPE_EMULATOR_DUN,
OFONO_ATOM_TYPE_EMULATOR_HFP,
OFONO_ATOM_TYPE_LOCATION_REPORTING,
+ OFONO_ATOM_TYPE_GNSS,
};
enum ofono_atom_watch_condition {
@@ -454,3 +455,4 @@ void __ofono_gprs_provision_free_settings(
int count);
#include <ofono/emulator.h>
+#include <ofono/gnss.h>