summaryrefslogtreecommitdiffstats
path: root/gisi/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'gisi/common.h')
-rw-r--r--gisi/common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gisi/common.h b/gisi/common.h
index 83a8cf54..6d639c39 100644
--- a/gisi/common.h
+++ b/gisi/common.h
@@ -42,6 +42,12 @@ enum message_id {
COMMON_MESSAGE = 0xF0,
};
+enum GIsiPhonetDevice {
+ PN_DEV_PC = 0x10, /* PC Suite */
+ PN_DEV_HOST = 0x00, /* Host modem */
+ PN_DEV_SOS = 0x6C, /* Symbian or Linux */
+};
+
enum GIsiMessageType {
GISI_MESSAGE_TYPE_REQ,
GISI_MESSAGE_TYPE_IND,