-
-static struct pci_device_def uart_pci_def = {
- .devdef = { .class = DEVCLASS(DEVIF_PCI, DEVFN_CHAR, DEV_UART16550),
- .name = "16550 UART (PCI/MMIO)",
- .init = pci16550_init,
- .bind = pci16650_binder },
- .test_compatibility = pci16650_check_compat
-};
-EXPORT_PCI_DEVICE(uart16550_pci, &uart_pci_def, load_onboot);
\ No newline at end of file