On Fri Jun 20, 2025 at 3:14 PM CEST, Alexandre Courbot wrote: > Add an equivalent to the `fls` (Find Last Set bit) C function to Rust > unsigned types. > > It is to be first used by the nova-core driver. > > Signed-off-by: Alexandre Courbot <[email protected]>
Reviewed-by: Benno Lossin <[email protected]> --- Cheers, Benno > --- > rust/kernel/num.rs | 38 ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 38 insertions(+)
