repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cmd: Fix potential memory leak
[qemu/ar7.git]
/
hw
/
xio3130_upstream.h
blob
e9969975ff463c3a650324be8e5bcbdc5cc672c8
1
#ifndef QEMU_XIO3130_UPSTREAM_H
2
#define QEMU_XIO3130_UPSTREAM_H
3
4
#include
"pcie_port.h"
5
6
PCIEPort
*
xio3130_upstream_init
(
PCIBus
*
bus
,
int
devfn
,
bool
multifunction
,
7
const char
*
bus_name
,
pci_map_irq_fn map_irq
,
8
uint8_t
port
);
9
10
#endif
/* QEMU_XIO3130_H */