RE: [PATCH v3 07/23] mtd: spi-nor: Move the SFDP header structure to a C header
From: Takahiro.Kuwano
Date: Thu Aug 20 2026 - 01:59:10 EST
> The sfdp_header structure is currently defined in sfdp.c, whereas the
> sfdp_parameter_header structure is defined in sfdp.h. In order to ease
> the reuse of this structure outside of the sfdp.c file, move this
> structure to the sfdp C header (.h).
>
> Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx>
Reviewed-by: Takahiro Kuwano <takahiro.kuwano@xxxxxxxxxxxx>