osmo-upf/include/osmocom/upf/upf.h

13 lines
176 B
C

/* Global definitions for OsmoUPF */
#pragma once
struct ctrl_handle;
struct g_upf {
struct ctrl_handle *ctrl;
};
extern struct g_upf *g_upf;
void g_upf_alloc(void *ctx);