From d451195c82544e5cb15eee6b5892b95abd0dce22 Mon Sep 17 00:00:00 2001 From: Jarko Poutiainen Date: Thu, 24 Mar 2011 15:46:27 +0200 Subject: [PATCH] src: add atom type for gnss --- src/ofono.h | 2 ++ 1 file changed, 2 insertions(+) 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 +#include