diff options
author | Denis Kenzior <denkenz@gmail.com> | 2009-11-18 15:26:23 -0600 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-11-18 18:07:10 -0600 |
commit | 781f9cc0d08cb1f7f3953954c25bc525baf7a4a1 (patch) | |
tree | e280d1d1fee08b7ba1892e686ed8837beb8602b2 /drivers/hsomodem/hsomodem.h | |
parent | 49203cce1bd14b92a11e8678a9d57072892b6ea7 (diff) |
Add initial HSO GPRS context driver
Diffstat (limited to 'drivers/hsomodem/hsomodem.h')
-rw-r--r-- | drivers/hsomodem/hsomodem.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/drivers/hsomodem/hsomodem.h b/drivers/hsomodem/hsomodem.h new file mode 100644 index 00000000..4b8b315d --- /dev/null +++ b/drivers/hsomodem/hsomodem.h @@ -0,0 +1,25 @@ +/* + * + * oFono - Open Source Telephony + * + * Copyright (C) 2008-2009 Intel Corporation. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + */ + +#include <drivers/atmodem/atutil.h> + +extern void hso_gprs_context_init(); +extern void hso_gprs_context_exit(); |