summaryrefslogtreecommitdiff
path: root/chip/it83xx/kmsc_chip.h
blob: 348cf3420481c41b94a7283cf3d7c11f829ea79f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Copyright 2015 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.
 */

/* Keyboard matrix scan control module for IT83xx. */

#ifndef __CROS_EC_IT83XX_KMSC_H
#define __CROS_EC_IT83XX_KMSC_H

void keyboard_raw_interrupt(void);

#endif /* __CROS_EC_IT83XX_KMSC_H */