Daniel Almeida
2025-Sep-03 21:56 UTC
[PATCH v2 4/4] rust: Move register and bitstruct macros out of Nova
> On 3 Sep 2025, at 18:54, Joel Fernandes <joelagnelf at nvidia.com> wrote: > > Out of broad need for these macros in Rust, move them out. Several folks > have shown interest (Nova, Tyr GPU drivers). > > bitstruct - defines bitfields in Rust structs similar to C. > register - support for defining hardware registers and accessors. > > Signed-off-by: Joel Fernandes <joelagnelf at nvidia.com>Thanks a lot Joel, I will pick this up on Tyr and let you know how it went. Expect a Tested-by tag in the coming days. ? Daniel