qemu-config: add error propagation to qemu_config_parse
[qemu/ar7.git] / include / hw / input / gamepad.h
blob6f6aa2406aa59140b6e6799de2a15c96e690ac00
1 /*
2 * Gamepad style buttons connected to IRQ/GPIO lines
4 * Copyright (c) 2007 CodeSourcery.
5 * Written by Paul Brook
7 * This work is licensed under the terms of the GNU GPL, version 2 or later.
8 * See the COPYING file in the top-level directory.
9 */
11 #ifndef HW_INPUT_GAMEPAD_H
12 #define HW_INPUT_GAMEPAD_H
15 /* stellaris_input.c */
16 void stellaris_gamepad_init(int n, qemu_irq *irq, const int *keycode);
18 #endif