qom: Use returned bool to check for failure, Coccinelle part
[qemu/ar7.git] / include / hw / char / parallel.h
blob0a23c0f57e05c93ee8cb97872e000813cb4d39c3
1 #ifndef HW_PARALLEL_H
2 #define HW_PARALLEL_H
4 #include "hw/isa/isa.h"
5 #include "chardev/char.h"
7 void parallel_hds_isa_init(ISABus *bus, int n);
9 bool parallel_mm_init(MemoryRegion *address_space,
10 hwaddr base, int it_shift, qemu_irq irq,
11 Chardev *chr);
13 #endif