aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/chili/include/variant/gpio.h
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2020-12-04 09:18:49 +0100
committerMichael Niewöhner <foss@mniewoehner.de>2020-12-06 11:23:58 +0000
commit8ed7fafe85a63ff222bf4dfd24bfa911b9d67a18 (patch)
tree0dac06ba87f382fe75a988c6a82c0dc216f8cfe1 /src/mainboard/siemens/chili/include/variant/gpio.h
parenteb6bde07f006d69a068ccec681a3372471ec4a41 (diff)
mb/siemens/chili: Move mainboard/gpio.h to variant/gpio.h
Move mainboard/gpio.h to variant/gpio.h and rename its methods to make clear that these methods are implemented on variant level. Change-Id: Ib4e7ec948ca4d019ad82ebc5abe39fc408281cf4 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48299 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/siemens/chili/include/variant/gpio.h')
-rw-r--r--src/mainboard/siemens/chili/include/variant/gpio.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/siemens/chili/include/variant/gpio.h b/src/mainboard/siemens/chili/include/variant/gpio.h
new file mode 100644
index 0000000000..4258325cf9
--- /dev/null
+++ b/src/mainboard/siemens/chili/include/variant/gpio.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef VARIANT_GPIO_H
+#define VARIANT_GPIO_H
+
+void variant_configure_gpios(void);
+
+#endif