summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/stk.h
diff options
context:
space:
mode:
authorYang Gu <yang.gu@intel.com>2010-07-13 18:29:59 +0800
committerDenis Kenzior <denkenz@gmail.com>2010-07-13 09:51:33 -0500
commitc603efbf51dcf365f39ced1e9163976737c6a426 (patch)
tree5cba2dfcf4b0aa817c97bfe2dd48c35662b7dd03 /drivers/atmodem/stk.h
parentf8a5e7d0bff1d8b45495f8a9509561f74d8c3257 (diff)
downloadofono-c603efbf51dcf365f39ced1e9163976737c6a426.tar.bz2
atmodem: Make fetch command function as external
Diffstat (limited to 'drivers/atmodem/stk.h')
-rw-r--r--drivers/atmodem/stk.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/atmodem/stk.h b/drivers/atmodem/stk.h
new file mode 100644
index 00000000..265ac2e8
--- /dev/null
+++ b/drivers/atmodem/stk.h
@@ -0,0 +1,22 @@
+/*
+ *
+ * oFono - Open Source Telephony
+ *
+ * Copyright (C) 2008-2010 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
+ *
+ */
+
+void at_sim_fetch_command(struct ofono_stk *stk, int length);