mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-06 23:51:28 +00:00
BRANCH=none BUG=chrome-os-partner:59083 TEST=make BOARD=hammer -j && bash flash_hammer Change-Id: I0ff4f48ff1399e054f745ac13ffacf81dffedeab Reviewed-on: https://chromium-review.googlesource.com/407740 Commit-Ready: Nicolas Boichat <drinkcat@chromium.org> Tested-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
14 lines
341 B
C
14 lines
341 B
C
/* Copyright 2016 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.
|
|
*/
|
|
|
|
/* Elan touchpad driver for Chrome EC */
|
|
|
|
#ifndef __CROS_EC_TOUCHPAD_ELAN_H
|
|
#define __CROS_EC_TOUCHPAD_ELAN_H
|
|
|
|
void elan_tp_interrupt(enum gpio_signal signal);
|
|
|
|
#endif
|