Alexandre Courbot
2025-Oct-02 01:17 UTC
[PATCH v5 2/9] nova-core: bitfield: Add support for different storage widths
On Tue Sep 30, 2025 at 11:45 PM JST, Joel Fernandes wrote:> Previously, bitfields were hardcoded to use u32 as the underlying > storage type. Add support for different storage types (u8, u16, u32, > u64) to the bitfield macro. > > New syntax is: struct Name: <type ex., u32> { ... }With the to the line above mentioned in your reply, Reviewed-by: Alexandre Courbot <acourbot at nvidia.com>