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 <[email protected]>
Reviewed-by: Alexandre Courbot <[email protected]>
