Home
last modified time | relevance | path

Searched defs:goldfish_device (Results 1 – 1 of 1) sorted by relevance

/external/qemu/hw/
Dgoldfish_device.h15 struct goldfish_device { struct
16 struct goldfish_device *next; argument
17 struct goldfish_device *prev; argument
22 uint32_t base; // filled in by goldfish_device_add if 0 argument
24 uint32_t irq; // filled in by goldfish_device_add if 0 argument
29 void goldfish_device_set_irq(struct goldfish_device *dev, int irq, int level); argument