FreeCalypso > hg > ice1-trau-tester
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pcm/globals.h Sun Jun 23 08:35:46 2024 +0000 @@ -0,0 +1,9 @@ +/* global vars and intermodule-linkage functions in itt-pcm-one */ + +#pragma once + +extern struct osmo_e1dp_client *g_client; +extern int ts_fd; +extern uint8_t readbuf[160]; + +int ts_fd_cb(struct osmo_fd *ofd, unsigned int what);