FreeCalypso > hg > ice1-trau-tester
view pcm/globals.h @ 5:7233c10af3ad
pcm: hook in stdin select mechanism
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 23 Jun 2024 18:33:09 +0000 |
parents | c03ec046471f |
children | 631f2db08538 |
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); void handle_user_cmd(int argc, char **argv);