]> git.proxmox.com Git - mirror_qemu.git/blob - include/hw/input/lm832x.h
2a58ccf891631dd9adda89ddc009b25b4189f03c
[mirror_qemu.git] / include / hw / input / lm832x.h
1 /*
2 * National Semiconductor LM8322/8323 GPIO keyboard & PWM chips.
3 *
4 * Copyright (C) 2008 Nokia Corporation
5 * Written by Andrzej Zaborowski <andrew@openedhand.com>
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as
9 * published by the Free Software Foundation; either version 2 or
10 * (at your option) version 3 of the License.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License along
18 * with this program; if not, see <http://www.gnu.org/licenses/>.
19 */
20
21 #ifndef HW_INPUT_LM832X
22 #define HW_INPUT_LM832X
23
24 #define TYPE_LM8323 "lm8323"
25
26 void lm832x_key_event(DeviceState *dev, int key, int state);
27
28 #endif