From bb7945d6aa327cc16ee0dec4f25de16d91d531a8 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 22 Oct 2009 17:14:50 -0500 Subject: Refactor: Split up GPRS into two atoms Split up GPRS into two atoms: GPRS and GPRS Context. GPRS will handle the areas of GPRS network registration, basic GPRS capability detection and attach / detach. GPRS Context will handle setting up / activating / deactivating the indicidual contexts. This will allow us to use the generic GPRS atom for most devices while customizing the GPRS context accordingly. --- src/ofono.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/ofono.h b/src/ofono.h index 7f694d7f..aa58a2b1 100644 --- a/src/ofono.h +++ b/src/ofono.h @@ -163,6 +163,7 @@ void __ofono_atom_free(struct ofono_atom *atom); #include #include #include +#include #include -- cgit v1.2.3