summaryrefslogtreecommitdiff
path: root/chip/it83xx/intc.h
blob: 488331f2a9ebdc28eb87a321c19cad6dc3cf6975 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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.
 */

/* INTC control module for IT83xx. */

#ifndef __CROS_EC_IT83XX_INTC_H
#define __CROS_EC_IT83XX_INTC_H

void lpc_kbc_ibf_interrupt(void);
void lpc_kbc_obe_interrupt(void);

#endif /* __CROS_EC_IT83XX_INTC_H */