summaryrefslogtreecommitdiff
path: root/chip/it83xx/kmsc_chip.h
blob: cf4169a1c4b3b664be2304cb31858ebb44f12912 (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_KMSC_CHIP_H
#define __CROS_EC_KMSC_CHIP_H

void keyboard_raw_interrupt(void);

#endif /* __CROS_EC_KMSC_CHIP_H */