projects
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
error: Don't abuse qemu_error() for non-error in scsi_hot_add()
[qemu.git]
/
hw
/
apb_pci.h
1
#ifndef APB_PCI_H
2
#define APB_PCI_H
3
4
#include "qemu-common.h"
5
6
PCIBus *pci_apb_init(target_phys_addr_t special_base,
7
target_phys_addr_t mem_base,
8
qemu_irq *pic, PCIBus **bus2, PCIBus **bus3);
9
#endif
This page took
0.025638 seconds
and
4
git commands to generate.