aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/netif/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/netif/channel.h')
-rw-r--r--include/osmocom/netif/channel.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/osmocom/netif/channel.h b/include/osmocom/netif/channel.h
index baeb2c8..6afbed8 100644
--- a/include/osmocom/netif/channel.h
+++ b/include/osmocom/netif/channel.h
@@ -3,11 +3,12 @@
#include <stdint.h>
+/* channel types */
enum {
- CHAN_NONE,
- CHAN_ABIS_IPA_SRV,
- CHAN_ABIS_IPA_CLI,
- CHAN_MAX,
+ OSMO_CHAN_NONE,
+ OSMO_CHAN_ABIS_IPA_SRV,
+ OSMO_CHAN_ABIS_IPA_CLI,
+ OSMO_CHAN_MAX,
};
struct osmo_chan;