summaryrefslogtreecommitdiff
path: root/board/brya/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/brya/board.c')
-rw-r--r--board/brya/board.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/brya/board.c b/board/brya/board.c
new file mode 100644
index 0000000000..6e945463ee
--- /dev/null
+++ b/board/brya/board.c
@@ -0,0 +1,12 @@
+/* Copyright 2020 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.
+ */
+
+#include "registers.h"
+
+static void fake_gpio_interrupt(enum gpio_signal signal)
+{
+}
+
+#include "gpio_list.h"