2020-04-03 01:22:13 +02:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
/* This file is part of the coreboot project. */
|
2017-02-16 00:13:27 +01:00
|
|
|
|
|
|
|
#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);
|