Re: [RFC 1/2] rust: introduce abstractions for fwctl
From: Danilo Krummrich
Date: Thu Oct 30 2025 - 13:24:11 EST
On Thu Oct 30, 2025 at 6:19 PM CET, Zhi Wang wrote:
> fwctl_put() is a inline function and it seem opened by the compiler when bindings are
> generated.
>
> $ grep -R fwctl_put *
> $ pwd
> /home/inno/drm-rust/rust/bindings
> $ grep -R put_device *
> bindings_generated.rs: pub fn put_device(dev: *mut device);
>
> Hehe. I am open to options.
You can add them to rust/helpers/.