historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/include/hw/char/parallel.h
2024-01-16 11:20:27 -06:00

13 lines
304 B
C

#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