coreboot-libre-fam15h-rdimm/3rdparty/chromeec/chip/it83xx/kmsc_chip.h

14 lines
360 B
C

/* 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 */