Add missing trace call to oslib-posix.c:qemu_vmalloc()
[qemu/kevin.git] / hw / prep_pci.h
bloba27368b99b294743e185f28760be681319257a66
1 #ifndef QEMU_PREP_PCI_H
2 #define QEMU_PREP_PCI_H
4 #include "qemu-common.h"
5 #include "memory.h"
7 PCIBus *pci_prep_init(qemu_irq *pic, MemoryRegion *address_space);
9 #endif