blob: 8364ac42dcb6abe8015bb8d6de11d42f988ef47d (
plain)
1
2
3
4
5
6
7
8
|
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#include <soc/gpio.h>
const struct pad_config *gpio_table(size_t *num);
const struct pad_config *early_gpio_table(size_t *num);
const struct pad_config *sleep_gpio_table(size_t *num);
|