summaryrefslogtreecommitdiff
path: root/board/poppy/base_detect_lux.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/poppy/base_detect_lux.c')
-rw-r--r--board/poppy/base_detect_lux.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/poppy/base_detect_lux.c b/board/poppy/base_detect_lux.c
new file mode 100644
index 0000000000..49192f368c
--- /dev/null
+++ b/board/poppy/base_detect_lux.c
@@ -0,0 +1,13 @@
+/* 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.
+ */
+
+/* Lux base detection code */
+
+#include "gpio.h"
+
+void base_detect_interrupt(enum gpio_signal signal)
+{
+ /* TODO(b:67029560): Implement base detection for lux. */
+}