mb/google/zork: include amdblocks/gpio_defs.h in baseboard/gpio.h
amdblocks/gpio_defs.h provides the definitions of GEVENT_x. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I65d398667e6777de6f1fa4e027cf1c75a3e235c3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52356 Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
045a42a34e
commit
aed5ee598d
|
@ -4,6 +4,7 @@
|
|||
#define __BASEBOARD_GPIO_H__
|
||||
|
||||
#ifndef __ACPI__
|
||||
#include <amdblocks/gpio_defs.h>
|
||||
#include <soc/gpio.h>
|
||||
#include <platform_descriptors.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue