summaryrefslogtreecommitdiffstats
path: root/include/coms.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/coms.h')
-rw-r--r--include/coms.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/coms.h b/include/coms.h
new file mode 100644
index 0000000..cc858cb
--- /dev/null
+++ b/include/coms.h
@@ -0,0 +1,15 @@
+#ifndef _LIBDECT_COMS_H
+#define _LIBDECT_COMS_H
+
+/* COMS message types */
+enum dect_coms_msg_types {
+ DECT_COMS_SETUP = 0x5,
+ DECT_COMS_CONNECT = 0x7,
+ DECT_COMS_NOTIFY = 0x8,
+ DECT_COMS_RELEASE = 0x4d,
+ DECT_COMS_RELEASE_COM = 0x5a,
+ DECT_COMS_INFO = 0x7b,
+ DECT_COMS_ACK = 0x78,
+};
+
+#endif /* _LIBDECT_COMS_H */