Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[linux-2.6-block.git] / drivers / tty / serial / 8250 / 8250_pcilib.h
CommitLineData
0348386d
KT
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
8#include <linux/types.h>
9
10struct pci_dev;
11
12struct uart_8250_port;
13
14int serial8250_pci_setup_port(struct pci_dev *dev, struct uart_8250_port *port, u8 bar,
15 unsigned int offset, int regshift);