summaryrefslogtreecommitdiff
path: root/board/host/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/host/board.c')
-rw-r--r--board/host/board.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/host/board.c b/board/host/board.c
new file mode 100644
index 0000000000..a3b8c28aca
--- /dev/null
+++ b/board/host/board.c
@@ -0,0 +1,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},
+};