summaryrefslogtreecommitdiffstats
path: root/src/mainboard/starlabs/labtop/variants/baseboard/include/baseboard/variants.h
blob: 454749ff3a8ecbd0c39e09c0d052a90a9796303f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _BASEBOARD_VARIANTS_H_
#define _BASEBOARD_VARIANTS_H_

#include <soc/gpio.h>

/*
 * The next set of functions return the gpio table and fill in the number of
 * entries for each table.
 */
const struct pad_config *variant_gpio_table(size_t *num);
const struct pad_config *variant_early_gpio_table(size_t *num);

#endif /* _BASEBOARD_VARIANTS_H_ */