> +struct apple_smc_key_info { > + u8 size; > + u32 type_code; > + u8 flags; > +}; This still has the padding problem from v4. With that fixed, Reviewed-by: Alyssa Rosenzweig <alyssa at rosenzweig.io>