Re: [PATCH v5 2/9] nova-core: bitfield: Add support for different storage widths
From: Alexandre Courbot
Date: Wed Oct 01 2025 - 21:17:49 EST
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@xxxxxxxxxx>