summaryrefslogtreecommitdiff
path: root/driver/led/oz554.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/led/oz554.h')
-rw-r--r--driver/led/oz554.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/driver/led/oz554.h b/driver/led/oz554.h
new file mode 100644
index 0000000000..d9b5400111
--- /dev/null
+++ b/driver/led/oz554.h
@@ -0,0 +1,15 @@
+/* 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.
+ *
+ * O2 Micro OZ554 LED driver.
+ */
+
+#ifndef __CROS_EC_OZ554_H
+#define __CROS_EC_OZ554_H
+
+#include "gpio.h"
+
+void backlight_enable_interrupt(enum gpio_signal signal);
+
+#endif