blob: 9d16722d3da42a56dc1b312d4f7dc12de09a50ff [file] [log] [blame]
Pablo Neira Ayuso0ba77d52011-06-05 18:32:44 +02001#ifndef _INTERNAL_H_
2#define _INTERNAL_H_
3
Pablo Neira Ayuso54b49792011-06-07 12:15:26 +02004/* talloc context for libosmo-abis. */
5extern void *libosmo_abis_ctx;
6
7/* use libosmo_abis_init, this is only for internal use. */
8void e1inp_init(void);
9
Pablo Neira Ayuso35809d62011-06-07 18:12:01 +020010/* hsl requires these functions defined in ipaccess driver. */
11struct osmo_fd;
12struct msgb *ipaccess_read_msg(struct osmo_fd *bfd, int *error);
13void ipaccess_prepend_header(struct msgb *msg, int proto);
14
Pablo Neira Ayuso0ba77d52011-06-05 18:32:44 +020015#endif