Re: [PATCH v8 08/10] rust: io: add `register!` macro

From: Danilo Krummrich

Date: Tue Mar 10 2026 - 12:39:48 EST


On Mon Mar 9, 2026 at 4:14 PM CET, Alexandre Courbot wrote:
> +#[macro_export]
> +macro_rules! register {

As discussed, maybe move some of the documentation to the module and keep the
documentation on register!() itself a bit smaller focusing on how to use the
macro itself.

Also, please add a pub use, re-export in rust/kernel/io.rs and refer to it as
kernel::io::register.