diff options
author | PaulK <contact@paulk.fr> | 2011-11-22 11:49:10 +0100 |
---|---|---|
committer | PaulK <contact@paulk.fr> | 2011-11-22 11:49:10 +0100 |
commit | d9c5aa0f5495aec4143be46b9ea0a1effbbedc28 (patch) | |
tree | 9f7929f3ffd158d12ec4f1f45bde85ef5a84e9c8 /include/misc.h | |
parent | 4952a56c89be3773d06309667bc397c8a0cbc91c (diff) | |
download | external_libsamsung-ipc-d9c5aa0f5495aec4143be46b9ea0a1effbbedc28.zip external_libsamsung-ipc-d9c5aa0f5495aec4143be46b9ea0a1effbbedc28.tar.gz external_libsamsung-ipc-d9c5aa0f5495aec4143be46b9ea0a1effbbedc28.tar.bz2 |
Added IPC_MISC_ME_SN types (it's not only for IMEI) and corrected structure
Diffstat (limited to 'include/misc.h')
-rw-r--r-- | include/misc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/misc.h b/include/misc.h index 475c532..bccc9b4 100644 --- a/include/misc.h +++ b/include/misc.h @@ -34,6 +34,11 @@ struct ipc_message_info; #define IPC_MISC_ME_SN 0x0A03 #define IPC_MISC_TIME_INFO 0x0A07 +#define IPC_MISC_ME_SN_SERIAL_NUM 0x01 +#define IPC_MISC_ME_SN_SERIAL_NUM_SERIAL 0x04 +#define IPC_MISC_ME_SN_SERIAL_NUM_MANUFACTURE_DATE 0x05 +#define IPC_MISC_ME_SN_SERIAL_NUM_BARCODE 0x06 + struct ipc_misc_time_info { unsigned char tz_valid, daylight_valid; unsigned char year, mon, day; |