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:
Felix Held 2021-04-14 23:57:34 +02:00
parent 045a42a34e
commit aed5ee598d
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#define __BASEBOARD_GPIO_H__ #define __BASEBOARD_GPIO_H__
#ifndef __ACPI__ #ifndef __ACPI__
#include <amdblocks/gpio_defs.h>
#include <soc/gpio.h> #include <soc/gpio.h>
#include <platform_descriptors.h> #include <platform_descriptors.h>