aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-08-24 15:53:57 +0200
committerSimon Busch <morphis@gravedo.de>2012-08-24 15:53:57 +0200
commit118643a96dbaa46dbb44dc2d3d5d33a520fe9033 (patch)
tree2a3f1ba9467bc2ea1e6225d0859210e3015f6217 /include
parent94ca3db63b985c7ad7696f3bce50555950e1c17a (diff)
downloadexternal_libsamsung-ipc-118643a96dbaa46dbb44dc2d3d5d33a520fe9033.zip
external_libsamsung-ipc-118643a96dbaa46dbb44dc2d3d5d33a520fe9033.tar.gz
external_libsamsung-ipc-118643a96dbaa46dbb44dc2d3d5d33a520fe9033.tar.bz2
Add cmd field to ipc_message_info structure which will be prefilled
Diffstat (limited to 'include')
-rw-r--r--include/radio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/radio.h b/include/radio.h
index c107dba..82960f8 100644
--- a/include/radio.h
+++ b/include/radio.h
@@ -43,6 +43,7 @@ struct ipc_message_info {
unsigned char aseq;
unsigned char group;
unsigned char index;
+ unsigned short cmd;
unsigned char type;
unsigned int length;
unsigned char *data;