summaryrefslogtreecommitdiff
path: root/board/tglrvp_ish/gpio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'board/tglrvp_ish/gpio.inc')
-rw-r--r--board/tglrvp_ish/gpio.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/tglrvp_ish/gpio.inc b/board/tglrvp_ish/gpio.inc
new file mode 100644
index 0000000000..286309e388
--- /dev/null
+++ b/board/tglrvp_ish/gpio.inc
@@ -0,0 +1,12 @@
+/* -*- mode:c -*-
+ *
+ * Copyright 2019 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)