aboutsummaryrefslogtreecommitdiffstats
path: root/include/net.h
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-01-30 08:15:32 +0100
committerSimon Busch <morphis@gravedo.de>2012-01-30 08:15:32 +0100
commit1464578767849d9b08f26c8024edf5f247be5cb8 (patch)
tree7712a187206abca2d16d27951c8474f6e12f3256 /include/net.h
parentbeab35fcf5a67667fabdd8a588f3bc4581da9118 (diff)
downloadexternal_libsamsung-ipc-1464578767849d9b08f26c8024edf5f247be5cb8.zip
external_libsamsung-ipc-1464578767849d9b08f26c8024edf5f247be5cb8.tar.gz
external_libsamsung-ipc-1464578767849d9b08f26c8024edf5f247be5cb8.tar.bz2
Add structure definition for IPC_NET_MODE_SEL message
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'include/net.h')
-rw-r--r--include/net.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net.h b/include/net.h
index 1d74a27..ff4250b 100644
--- a/include/net.h
+++ b/include/net.h
@@ -84,6 +84,10 @@ struct ipc_net_plmn_entries {
unsigned char num;
};
+struct ipc_net_mode_sel {
+ unsigned char mode;
+} __attribute__((__packed__));
+
void ipc_net_regist_get(struct ipc_net_regist_get *message, int domain);
#endif