ghes: move structures/enum to a header file
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 15 Feb 2013 08:41:22 +0000 (05:41 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Feb 2013 17:16:28 +0000 (14:16 -0300)
commit40e064153814ce534a28714b25cb98259f107d96
tree835c07367569b2d244fe7db8ff23e565e76b72f3
parent8dd93d450bff251575c56b8f058393124e1f00fb
ghes: move structures/enum to a header file

As a ghes_edac driver will need to access ghes structures, in order
to properly handle the errors, move those structures to a separate
header file. No functional changes.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/acpi/apei/ghes.c
include/acpi/ghes.h [new file with mode: 0644]