projects
/
platform
/
upstream
/
ofono.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd47c3a
)
include: Add driver api for user confirmation
author
Jeevaka Badrappan
<jeevaka.badrappan@linux.intel.com>
Fri, 15 Jul 2011 12:42:11 +0000
(
05:42
-0700)
committer
Denis Kenzior
<denkenz@gmail.com>
Fri, 15 Jul 2011 14:30:07 +0000
(09:30 -0500)
include/stk.h
patch
|
blob
|
history
diff --git
a/include/stk.h
b/include/stk.h
index
c276c84
..
60636b5
100644
(file)
--- a/
include/stk.h
+++ b/
include/stk.h
@@
-47,6
+47,7
@@
struct ofono_stk_driver {
void (*terminal_response)(struct ofono_stk *stk,
int length, const unsigned char *resp,
ofono_stk_generic_cb_t cb, void *data);
+ void (*user_confirmation)(struct ofono_stk *stk, ofono_bool_t confirm);
};
int ofono_stk_driver_register(const struct ofono_stk_driver *d);