summaryrefslogtreecommitdiff
path: root/board/arcada_ish/gpio.inc
blob: ab71f264d5fff62bae62969268fa02e2b38c50db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* -*- mode:c -*-
 *
 * Copyright 2018 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.
 */

/* We don't have a ENTERING_RW signal wired to the cr50 but common code needs
 * it to be defined.
 */
UNIMPLEMENTED(ENTERING_RW)

/* TODO: We do want to fill these in correctly*/
UNIMPLEMENTED(ISH_I2C0_SDA)
UNIMPLEMENTED(ISH_I2C0_SCL)