FreeCalypso > hg > ice1-trau-tester
view 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 source
/* 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);