aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/variants/ambassador/include/variant/gpio.h
diff options
context:
space:
mode:
authorMatt Ziegelbaum <ziegs@chromium.org>2020-10-26 22:04:22 -0400
committerFurquan Shaikh <furquan@google.com>2020-10-29 17:33:11 +0000
commitdbf74dc80ab4db252c9ef1c340cf94c017443b78 (patch)
tree23c417ef8a40d6238e73612a765318f1f88ba5fe /src/mainboard/google/hatch/variants/ambassador/include/variant/gpio.h
parent8b522db474f1573e7f68cdb046d5dc4d789e084b (diff)
hatch: Create ambassador variant
Create the ambassador variant of the puff reference board by copying the template files to a new directory named for the variant. (Auto-Generated by create_coreboot_variant.sh version 4.2.0). BUG=b:171561514 BRANCH=None TEST=util/abuild/abuild -p none -t google/hatch -x -a make sure the build includes GOOGLE_AMBASSADOR Signed-off-by: Matt Ziegelbaum <ziegs@chromium.org> Change-Id: Ib0e3a813a120a4a8e984f3a89dc3ba100d94da95 Reviewed-on: https://review.coreboot.org/c/coreboot/+/46829 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/hatch/variants/ambassador/include/variant/gpio.h')
-rw-r--r--src/mainboard/google/hatch/variants/ambassador/include/variant/gpio.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/google/hatch/variants/ambassador/include/variant/gpio.h b/src/mainboard/google/hatch/variants/ambassador/include/variant/gpio.h
new file mode 100644
index 0000000000..79a141008f
--- /dev/null
+++ b/src/mainboard/google/hatch/variants/ambassador/include/variant/gpio.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef VARIANT_GPIO_H
+#define VARIANT_GPIO_H
+
+#include <baseboard/gpio.h>
+
+#endif