blob: d98dd82b6d06766638e4293b3fbbd68cf7368962 [file] [log] [blame]
Michał Żygowskief886c42022-09-29 00:58:43 +02001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#ifndef __BASEBOARD_GPIO_H__
4#define __BASEBOARD_GPIO_H__
5
6#include <stdint.h>
7#include <soc/gpio.h>
8
9const struct pad_config *board_gpio_table(size_t *num);
10
11#endif /* __BASEBOARD_GPIO_H__ */