aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/veyron_mickey/board.h
blob: ec642f30ff94756f763dfc06f27220b57a50f553 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef __MAINBOARD_GOOGLE_VEYRON_MICKEY_BOARD_H
#define __MAINBOARD_GOOGLE_VEYRON_MICKEY_BOARD_H

#include <boardid.h>
#include <gpio.h>

#define GPIO_RESET	GPIO(0, B, 5)

void setup_chromeos_gpios(void);

#endif	/* __MAINBOARD_GOOGLE_VEYRON_MICKEY_BOARD_H */