blob: 0a23c0f57e05c93ee8cb97872e000813cb4d39c3 [file] [log] [blame]
#ifndef HW_PARALLEL_H
#define HW_PARALLEL_H
#include "hw/isa/isa.h"
#include "chardev/char.h"
void parallel_hds_isa_init(ISABus *bus, int n);
bool parallel_mm_init(MemoryRegion *address_space,
hwaddr base, int it_shift, qemu_irq irq,
Chardev *chr);
#endif