comparison pcm/globals.h @ 2:c03ec046471f

pcm: initial version compiles and links
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 23 Jun 2024 08:35:46 +0000
parents
children 7233c10af3ad
comparison
equal deleted inserted replaced
1:570252e22630 2:c03ec046471f
1 /* global vars and intermodule-linkage functions in itt-pcm-one */
2
3 #pragma once
4
5 extern struct osmo_e1dp_client *g_client;
6 extern int ts_fd;
7 extern uint8_t readbuf[160];
8
9 int ts_fd_cb(struct osmo_fd *ofd, unsigned int what);