Re: [PATCH v10 4/8] rust: ffi: Convert pub use to pub mod and create ffi module
From: Alexandre Courbot
Date: Wed Feb 18 2026 - 22:18:56 EST
On Thu Feb 19, 2026 at 5:55 AM JST, Joel Fernandes wrote:
> Convert `pub use ffi` to `pub mod ffi` in lib.rs and create the
> corresponding `rust/kernel/ffi/mod.rs` module file. Also re-export all C
> type definitions from `ffi` crate so that existing `kernel::ffi::c_int`
> etc. paths continue to work.
>
> This prepares the ffi module to host additional sub-modules in later
> patches (clist).
>
> Signed-off-by: Joel Fernandes <joelagnelf@xxxxxxxxxx>
Reviewed-by: Alexandre Courbot <acourbot@xxxxxxxxxx>