]> Git Repo - qemu.git/blob - stubs/pci-bus.c
net: Pad short frames to minimum size before sending from SLiRP/TAP
[qemu.git] / stubs / pci-bus.c
1 #include "qemu/osdep.h"
2 #include "hw/pci/pci.h"
3
4 PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name)
5 {
6     g_assert_not_reached();
7 }
This page took 0.034728 seconds and 4 git commands to generate.