Re: [PATCH] rust: auxiliary: Use `c_` types from prelude instead of
From: Danilo Krummrich
Date: Fri Aug 15 2025 - 14:08:44 EST
On 8/12/25 9:51 AM, Abhinav Ananthu wrote:
Update auxiliary FFI callback signatures to reference the `c_` types
provided by the kernel prelude, rather than accessing them via
`kernel::ffi::`.
Signed-off-by: Abhinav Ananthu <abhinav.ogl@xxxxxxxxx>
Applied to driver-core-testing, thanks!