From 34c8a19f9272c7483c4f6a009e59ef748625f25a Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Wed, 17 Aug 2022 11:37:55 -0600 Subject: mb/system76/gaze16: Split gpio.h into data files Split `gpio.h` into `gpio_early.c` for bootblock and `gpio.c` for ramstage to match other System76 boards. Change-Id: I24398ad459754ac80d92d70687ab70b22894a01c Signed-off-by: Tim Crawford Reviewed-on: https://review.coreboot.org/c/coreboot/+/66168 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/mainboard/system76/gaze16/include/variant/gpio.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/mainboard/system76/gaze16/include/variant/gpio.h (limited to 'src/mainboard/system76/gaze16/include') diff --git a/src/mainboard/system76/gaze16/include/variant/gpio.h b/src/mainboard/system76/gaze16/include/variant/gpio.h new file mode 100644 index 0000000000..95d576294f --- /dev/null +++ b/src/mainboard/system76/gaze16/include/variant/gpio.h @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#ifndef VARIANT_GPIO_H +#define VARIANT_GPIO_H + +void variant_configure_early_gpios(void); +void variant_configure_gpios(void); + +#endif -- cgit v1.2.3