/* 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);