view pcm/globals.h @ 4:2ce0ed560a34

libutil: implement stdin handler
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 23 Jun 2024 17:58:32 +0000
parents c03ec046471f
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);