Re: [PATCH v5 01/10] ACPI: APEI: GHES: share macros via a private header

From: Jonathan Cameron

Date: Fri May 29 2026 - 12:33:36 EST


On Fri, 29 May 2026 10:50:41 +0100
Ahmed Tiba <ahmed.tiba@xxxxxxx> wrote:

> Carve the CPER helper macros out of ghes.c and place them in a private
> header so they can be shared with upcoming helper files. This is a
> mechanical include change with no functional differences.
>
> Signed-off-by: Ahmed Tiba <ahmed.tiba@xxxxxxx>
I'm not sure there is a 'right' way to handle the use of ACPI deifned stuff
outside of ACPI, but this seems reasonable to me.

Reviewed-by: Jonathan Cameron <jic23@xxxxxxxxxx>