aboutsummaryrefslogtreecommitdiff
path: root/hw/devices.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/devices.h')
-rw-r--r--hw/devices.h3
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