coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
helpers.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #include <baseboard/variants.h>
4 #include <device/device.h>
5 #include <soc/gpio.h>
6 
8 {
9  return false;
10 }
11 
13 {
14  return GPIO_69;
15 }
bool __weak variant_has_pcie_wwan(void)
Definition: helpers.c:7
uint8_t __weak variant_sd_aux_reset_gpio(void)
Definition: helpers.c:12
const struct smm_save_state_ops *legacy_ops __weak
Definition: save_state.c:8
#define GPIO_69
Definition: gpio.h:55
unsigned char uint8_t
Definition: stdint.h:8