Re: [PATCH v4 4/9] mfd: Add Apple Silicon System Management Controller
From: Alyssa Rosenzweig
Date: Fri May 09 2025 - 09:09:40 EST
> +struct apple_smc_key_info {
> + u8 size;
> + u32 type_code;
> + u8 flags;
> +};
Dunno if it matters, but can we put type_code first to avoid extra padding?