commit | cf0dbb21156f2fabdbe8b846b16dfc9825d8b23c | [log] [tgz] |
---|---|---|
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Nov 18 14:36:08 2007 +0000 |
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Nov 18 14:36:08 2007 +0000 |
tree | 3a2291abc8655a6c6cc99cc51fc6346e547e3c1c | |
parent | f090c9d4ad5812fb92843d6470a1111c15190c4c [diff] [blame] |
Luminary board input support. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3689 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/hw/devices.h b/hw/devices.h index 3827745..07c673b 100644 --- a/hw/devices.h +++ b/hw/devices.h
@@ -16,4 +16,7 @@ void ads7846_write(void *opaque, uint32_t value); struct ads7846_state_s *ads7846_init(qemu_irq penirq); +/* stellaris_input.c */ +void stellaris_gamepad_init(int n, qemu_irq *irq, const int *keycode); + #endif