aboutsummaryrefslogtreecommitdiffstats
path: root/include/device/crespo
diff options
context:
space:
mode:
Diffstat (limited to 'include/device/crespo')
-rw-r--r--include/device/crespo/call.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/device/crespo/call.h b/include/device/crespo/call.h
index 9764d90..0207421 100644
--- a/include/device/crespo/call.h
+++ b/include/device/crespo/call.h
@@ -40,6 +40,18 @@ struct ipc_call_status {
unsigned char end_cause;
} __attribute__((__packed__));
+struct ipc_call_list_entry {
+ unsigned char unk0;
+ unsigned char type; // IPC_CALL_TYPE_...
+ unsigned char idx;
+ unsigned char term; // IPC_CALL_TERM_...
+ unsigned char state; // IPC_CALL_LIST_ENTRY_STATE_...
+ unsigned char mpty;
+ unsigned char number_len;
+ unsigned char unk4;
+} __attribute__((__packed__));
+
+
#endif
// vim:ts=4:sw=4:expandtab