aboutsummaryrefslogtreecommitdiffstats
path: root/include/net.h
diff options
context:
space:
mode:
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