summaryrefslogtreecommitdiff
path: root/src/mainboard/prodrive/atlas/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/prodrive/atlas/gpio.h')
-rw-r--r--src/mainboard/prodrive/atlas/gpio.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/prodrive/atlas/gpio.h b/src/mainboard/prodrive/atlas/gpio.h
new file mode 100644
index 0000000000..8244206adf
--- /dev/null
+++ b/src/mainboard/prodrive/atlas/gpio.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef __BASEBOARD_GPIO_H__
+#define __BASEBOARD_GPIO_H__
+
+#include <soc/gpe.h>
+#include <soc/gpio.h>
+
+void configure_gpio_pads(void);
+void configure_early_gpio_pads(void);
+
+#endif /* __BASEBOARD_GPIO_H__ */