On Sun Sep 21, 2025 at 3:22 AM JST, Joel Fernandes wrote: > Out of broad need for these macros in Rust, move them out. Several folks > have shown interest (Nova, Tyr GPU drivers). > > bitfield moved into bits modules - defines bitfields in Rust structs similar > to C. > register moved into io module - defines hardware registers and accessors. > > Reviewed-by: Elle Rhumsaa <[email protected]> > Signed-off-by: Joel Fernandes <[email protected]>
Very clean move! Reviewed-by: Alexandre Courbot <[email protected]>
