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