summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/types.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h
index 7b2faa7c..f8a9f45e 100644
--- a/src/types.h
+++ b/src/types.h
@@ -90,7 +90,12 @@ enum Channel {
LC = 8,
RC = 9,
BSL = 10,
- BSR = 11
+ BSR = 11,
+ MOTION_DATA = 12,
+ SYNC_SIGNAL = 13,
+ SIGN_LANGUAGE = 14,
+ UNUSED = 15,
+ CHANNEL_COUNT = 16
};
enum ContentKind