aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/osmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/bsc/osmux.h')
-rw-r--r--include/osmocom/bsc/osmux.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/osmocom/bsc/osmux.h b/include/osmocom/bsc/osmux.h
new file mode 100644
index 000000000..aa3d1ab85
--- /dev/null
+++ b/include/osmocom/bsc/osmux.h
@@ -0,0 +1,7 @@
+#pragma once
+
+enum osmux_usage {
+ OSMUX_USAGE_OFF = 0,
+ OSMUX_USAGE_ON = 1,
+ OSMUX_USAGE_ONLY = 2,
+};