summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/gardenia/gpio.h
blob: 3e9500dbe8e44c91ea72d0d29cfc4fa8b062c173 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef MAINBOARD_GPIO_H
#define MAINBOARD_GPIO_H

const struct soc_amd_gpio *early_gpio_table(size_t *size);
const struct soc_amd_gpio *gpio_table(size_t *size);

#endif  /* MAINBOARD_GPIO_H */