aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/prodrive/hermes/variants/baseboard/include/variant/gpio.h
blob: 50d18018f035e2dfcd7eba52d7035b98fb2d274e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef PCH_GPIO_H
#define PCH_GPIO_H

#include <soc/gpio.h>
#include <intelblocks/gpio_defs.h>

const struct pad_config *get_gpio_table(size_t *num);
const struct pad_config *get_early_gpio_table(size_t *num);

#endif /* PCH_GPIO_H */