aboutsummaryrefslogtreecommitdiffstats
path: root/include/device/crespo/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/device/crespo/misc.h')
-rw-r--r--include/device/crespo/misc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/device/crespo/misc.h b/include/device/crespo/misc.h
index 6cf13b8..9feacf2 100644
--- a/include/device/crespo/misc.h
+++ b/include/device/crespo/misc.h
@@ -29,6 +29,12 @@ struct ipc_misc_me_version {
char misc[32];
} __attribute__((__packed__));
+struct ipc_misc_me_sn {
+ unsigned char unk;
+ unsigned char length;
+ char imei[32];
+} __attribute__((__packed__));
+
#endif
// vim:ts=4:sw=4:expandtab