aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/netif/channel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/osmocom/netif/channel.h b/include/osmocom/netif/channel.h
index 20be992..baeb2c8 100644
--- a/include/osmocom/netif/channel.h
+++ b/include/osmocom/netif/channel.h
@@ -14,6 +14,8 @@ struct osmo_chan;
struct msgb;
struct osmo_chan_type {
+ struct llist_head head;
+
char *name;
int type;
int datasiz;
@@ -31,6 +33,8 @@ struct osmo_chan {
char data[0];
};
+void osmo_chan_init(void);
+
struct osmo_chan *osmo_chan_create(void *ctx, int type);
void osmo_chan_destroy(struct osmo_chan *c);