diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-18 14:36:08 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-18 14:36:08 +0000 |
commit | cf0dbb21156f2fabdbe8b846b16dfc9825d8b23c (patch) | |
tree | 3a2291abc8655a6c6cc99cc51fc6346e547e3c1c /hw/devices.h | |
parent | f090c9d4ad5812fb92843d6470a1111c15190c4c (diff) |
Luminary board input support.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3689 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/devices.h')
-rw-r--r-- | hw/devices.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/devices.h b/hw/devices.h index 3827745653..07c673b77d 100644 --- a/hw/devices.h +++ b/hw/devices.h @@ -16,4 +16,7 @@ uint32_t ads7846_read(void *opaque); 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 |