diff options
author | Simon Busch <morphis@gravedo.de> | 2012-02-06 17:13:24 +0100 |
---|---|---|
committer | Simon Busch <morphis@gravedo.de> | 2012-02-06 18:03:47 +0100 |
commit | 0377e875df94166edbecfe3872c859d313406723 (patch) | |
tree | 7f402f7fa728d8adddb82f4ba5c360ddd83931d7 /include | |
parent | d0150403961d04f83d4b663201cc18c85bc6c0ad (diff) | |
download | external_libsamsung-ipc-0377e875df94166edbecfe3872c859d313406723.zip external_libsamsung-ipc-0377e875df94166edbecfe3872c859d313406723.tar.gz external_libsamsung-ipc-0377e875df94166edbecfe3872c859d313406723.tar.bz2 |
net: fix styling/naming/coding issues
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/net.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net.h b/include/net.h index 6d693b4..4532fc8 100644 --- a/include/net.h +++ b/include/net.h @@ -82,7 +82,7 @@ struct ipc_net_plmn_entry { struct ipc_net_plmn_entries { unsigned char num; -}; +} __attribute__((__packed__)); struct ipc_net_mode_sel { unsigned char mode; @@ -95,7 +95,7 @@ struct ipc_net_plmn_sel { unsigned char unk1; } __attribute__((__packed__)); -void ipc_net_regist_get(struct ipc_net_regist_get *message, int domain); +void ipc_net_regist_setup(struct ipc_net_regist_get *message, unsigned char domain); void ipc_net_plmn_sel_setup(struct ipc_net_plmn_sel *message, unsigned char mode, unsigned char *plmn); #endif |