From 1464578767849d9b08f26c8024edf5f247be5cb8 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Mon, 30 Jan 2012 08:15:32 +0100 Subject: Add structure definition for IPC_NET_MODE_SEL message Signed-off-by: Simon Busch --- include/net.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/net.h') 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 -- cgit v1.1