#ifndef PCI_QEMU_PCI_SERIAL_QEMU_PCI_SERIAL_H_ #define PCI_QEMU_PCI_SERIAL_QEMU_PCI_SERIAL_H_ #include #include typedef struct { uint16_t iobase; int lockstate; } QemuPciSerialDev; void pci_qemu_pci_serial_init(void); #endif // PCI_QEMU_PCI_SERIAL_QEMU_PCI_SERIAL_H_