8250_pcilib.h 413 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * 8250 PCI library header file.
  4. *
  5. * Copyright (C) 2001 Russell King, All Rights Reserved.
  6. */
  7. #include <linux/types.h>
  8. struct pci_dev;
  9. struct uart_8250_port;
  10. int serial8250_pci_setup_port(struct pci_dev *dev, struct uart_8250_port *port, u8 bar,
  11. unsigned int offset, int regshift, void __iomem *iomem);
  12. int serial_8250_warn_need_ioport(struct pci_dev *dev);