summaryrefslogtreecommitdiffstats
path: root/include/internal.h
blob: f19f006c78dd95c5bb16bb88ecefc191852fb90e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _INTERNAL_H_
#define _INTERNAL_H_

/* XXX: fix this in libosmocore, we need some reserved range */
#define IPA_NODE _LAST_OSMOVTY_NODE + 100

/* talloc context for libosmo-abis. */
extern void *libosmo_abis_ctx;

/* use libosmo_abis_init, this is only for internal use. */
void e1inp_init(void);

/* hsl requires these functions defined in ipaccess driver. */
struct osmo_fd;
struct msgb *ipaccess_read_msg(struct osmo_fd *bfd, int *error);
void ipaccess_prepend_header(struct msgb *msg, int proto);

#endif