From 145f3271f7459f7a2fec6ba941f14c1ae00c14a6 Mon Sep 17 00:00:00 2001 From: Daisuke Nojiri Date: Thu, 6 Dec 2018 09:29:10 -0800 Subject: oz554: Move oz554 driver code to common directory This patch moves oz554 LED driver code from Karma. Signed-off-by: Daisuke Nojiri BUG=none BRANCH=none TEST=buildall Change-Id: Ia2808563b9c113e5ea3376f9327dff2578e20906 Reviewed-on: https://chromium-review.googlesource.com/1366015 Commit-Ready: Daisuke Nojiri Tested-by: Daisuke Nojiri Reviewed-by: Jett Rink --- driver/led/oz554.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 driver/led/oz554.h (limited to 'driver/led/oz554.h') 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 -- cgit v1.2.1