summaryrefslogtreecommitdiff
path: root/board/host/board.c
blob: a3b8c28aca6fc06f7bdea021d3c30a6be8385298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */
/* Emulator board-specific configuration */

#include "board.h"
#include "gpio.h"

const struct gpio_info gpio_list[GPIO_COUNT] = {
	{"EC_INT", 0, 0, 0, 0},
};