aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/adlrvp/variants/baseboard/include/baseboard/variants.h
blob: 7a8f444fee66d7ecfacd45353ffb3719220f1699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __BASEBOARD_VARIANTS_H__
#define __BASEBOARD_VARIANTS_H__

#include <soc/gpio.h>
#include <stdint.h>
#include <vendorcode/google/chromeos/chromeos.h>

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

void variant_configure_early_gpio_pads(void);

#endif /*__BASEBOARD_VARIANTS_H__ */