repo.or.cz
/
qemu
/
v9fs2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote branch 'qemu-kvm/uq/stable-0.12' into stable-0.12
[qemu/v9fs2.git]
/
hw
/
usb-ohci.h
blob
eefcef36023e80fb1cfa3c8906f6a211d3b89f75
1
#ifndef QEMU_USB_OHCI_H
2
#define QEMU_USB_OHCI_H
3
4
#include
"qemu-common.h"
5
6
void
usb_ohci_init_pci
(
struct
PCIBus
*
bus
,
int
devfn
);
7
8
#endif
9