summaryrefslogtreecommitdiffstats
path: root/src/mainboard/protectli/vault_cml/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/protectli/vault_cml/gpio.h')
-rw-r--r--src/mainboard/protectli/vault_cml/gpio.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mainboard/protectli/vault_cml/gpio.h b/src/mainboard/protectli/vault_cml/gpio.h
new file mode 100644
index 000000000000..d98dd82b6d06
--- /dev/null
+++ b/src/mainboard/protectli/vault_cml/gpio.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef __BASEBOARD_GPIO_H__
+#define __BASEBOARD_GPIO_H__
+
+#include <stdint.h>
+#include <soc/gpio.h>
+
+const struct pad_config *board_gpio_table(size_t *num);
+
+#endif /* __BASEBOARD_GPIO_H__ */