summaryrefslogtreecommitdiff
path: root/src/mainboard/protectli/vault_adl_p/gpio.h
blob: e2c63ae0829cd797a78f11f617d9159d75a26b60 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef CFG_GPIO_H
#define CFG_GPIO_H

const struct pad_config *board_gpio_table(size_t *num);

#endif /* CFG_GPIO_H */