qemu_pci_serial device locking/sync
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
typedef struct {
|
||||
uint32_t _magic;
|
||||
uint16_t iobase;
|
||||
int lockstate;
|
||||
} QemuPciSerialDev;
|
||||
|
||||
void pci_qemu_pci_serial_init(void);
|
||||
|
||||
Reference in New Issue
Block a user