mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
dec: actually implement PCI bridging
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
ff9868ecaa
commit
d55380bb9c
2 changed files with 28 additions and 0 deletions
8
hw/dec_pci.h
Normal file
8
hw/dec_pci.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef DEC_PCI_H
|
||||
#define DEC_PCI_H
|
||||
|
||||
#include "qemu-common.h"
|
||||
|
||||
PCIBus *pci_dec_21154_init(PCIBus *parent_bus, int devfn);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue