coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
board.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __MAINBOARD_GOOGLE_VEYRON_MICKEY_BOARD_H
4 #define __MAINBOARD_GOOGLE_VEYRON_MICKEY_BOARD_H
5 
6 #include <gpio.h>
7 
8 #define GPIO_RESET GPIO(0, B, 5)
9 
10 void setup_chromeos_gpios(void);
11 
12 #endif /* __MAINBOARD_GOOGLE_VEYRON_MICKEY_BOARD_H */
void setup_chromeos_gpios(void)
Definition: chromeos.c:10