src: add atom type for gnss
authorJarko Poutiainen <jarko.poutiainen@tieto.com>
Thu, 24 Mar 2011 13:46:27 +0000 (15:46 +0200)
committerDenis Kenzior <denkenz@gmail.com>
Mon, 28 Mar 2011 23:06:58 +0000 (18:06 -0500)
src/ofono.h

index b9ca314..81570fe 100644 (file)
@@ -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>