blob: c99146f217e7dc6d9bfb79776b66d053a603d253 [file] [log] [blame]
David Hendricks113ef812015-05-13 13:58:24 -07001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright 2015 Google Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
David Hendricks113ef812015-05-13 13:58:24 -070014 */
15
16#ifndef __MAINBOARD_GOOGLE_VEYRON_MICKEY_BOARD_H
17#define __MAINBOARD_GOOGLE_VEYRON_MICKEY_BOARD_H
18
19#include <boardid.h>
20#include <gpio.h>
21
22#define GPIO_RESET GPIO(0, B, 5)
23
24void setup_chromeos_gpios(void);
25
26#endif /* __MAINBOARD_GOOGLE_VEYRON_MICKEY_BOARD_H */