diff options
author | Simon Busch <morphis@gravedo.de> | 2012-01-30 08:15:32 +0100 |
---|---|---|
committer | Simon Busch <morphis@gravedo.de> | 2012-01-30 08:15:32 +0100 |
commit | 1464578767849d9b08f26c8024edf5f247be5cb8 (patch) | |
tree | 7712a187206abca2d16d27951c8474f6e12f3256 /include/net.h | |
parent | beab35fcf5a67667fabdd8a588f3bc4581da9118 (diff) | |
download | external_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.h | 4 |
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 |