aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoerie de Gram <j.de.gram@gmail.com>2011-08-03 22:57:35 +0200
committerJoerie de Gram <j.de.gram@gmail.com>2011-08-16 22:08:09 +0200
commitd5cb465d7485a3cd58835e9961b403688259fafe (patch)
tree21b0c2f166006b6a5b758fb320e1b45e92c65d38 /include
parentce642e6055356742dedd861ce8f8d41b0223187e (diff)
downloadexternal_libsamsung-ipc-d5cb465d7485a3cd58835e9961b403688259fafe.zip
external_libsamsung-ipc-d5cb465d7485a3cd58835e9961b403688259fafe.tar.gz
external_libsamsung-ipc-d5cb465d7485a3cd58835e9961b403688259fafe.tar.bz2
expose msm_send and add method to msm_request_info
Diffstat (limited to 'include')
-rw-r--r--include/radio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/radio.h b/include/radio.h
index 0e9534b..fccb580 100644
--- a/include/radio.h
+++ b/include/radio.h
@@ -134,6 +134,7 @@
struct msm_request_info {
unsigned short type;
+ unsigned char method;
unsigned char id;
void *data;
int length;
@@ -151,5 +152,7 @@ void msm_power_on();
void msm_power_off();
void msm_loop();
+void msm_send(const int type, const int method, const unsigned char *data, const int data_length, int request_id);
+
#endif