summaryrefslogtreecommitdiffstats
path: root/src/mainboard/system76/tgl-h/include/variant/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/system76/tgl-h/include/variant/gpio.h')
-rw-r--r--src/mainboard/system76/tgl-h/include/variant/gpio.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mainboard/system76/tgl-h/include/variant/gpio.h b/src/mainboard/system76/tgl-h/include/variant/gpio.h
new file mode 100644
index 000000000000..95d576294f6d
--- /dev/null
+++ b/src/mainboard/system76/tgl-h/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