docs/devel/testing.rst: add missing newlines after code block
[qemu/ar7.git] / include / hw / char / parallel.h
blobd6dd62fb9f1c7859667e65a410b082c3fec06b70
1 #ifndef HW_PARALLEL_H
2 #define HW_PARALLEL_H
4 #include "exec/memory.h"
5 #include "hw/isa/isa.h"
6 #include "chardev/char.h"
8 void parallel_hds_isa_init(ISABus *bus, int n);
10 bool parallel_mm_init(MemoryRegion *address_space,
11 hwaddr base, int it_shift, qemu_irq irq,
12 Chardev *chr);
14 #endif