On Sat Jun 13, 2026 at 7:40 AM BST, Onur Özkan wrote: > Add helper wrappers for SRCU functions that are exposed to Rust > through generated bindings. > > Signed-off-by: Onur Özkan <[email protected]>
Reviewed-by: Gary Guo <[email protected]> > --- > rust/helpers/helpers.c | 1 + > rust/helpers/srcu.c | 30 ++++++++++++++++++++++++++++++ > 2 files changed, 31 insertions(+) > create mode 100644 rust/helpers/srcu.c

