git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
hw/clock: Only propagate clock changes if the clock is changed
[qemu.git]
/
include
/
hw
/
char
/
parallel.h
1
#ifndef HW_PARALLEL_H
2
#define HW_PARALLEL_H
3
4
#include
"hw/isa/isa.h"
5
#include
"chardev/char.h"
6
7
void
parallel_hds_isa_init
(
ISABus
*
bus
,
int
n
);
8
9
bool
parallel_mm_init
(
MemoryRegion
*
address_space
,
10
hwaddr base
,
int
it_shift
,
qemu_irq irq
,
11
Chardev
*
chr
);
12
13
#endif