summaryrefslogtreecommitdiff
path: root/src/mainboard/protectli/vault_cml/gpio.h
blob: d98dd82b6d06766638e4293b3fbbd68cf7368962 (plain)
1
2
3
4
5
6
7
8
9
10
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__ */