]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/isdn/hardware/eicon/diva_pci.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / drivers / isdn / hardware / eicon / diva_pci.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2/* $Id: diva_pci.h,v 1.6 2003/01/04 15:29:45 schindler Exp $ */
3
4#ifndef __DIVA_PCI_INTERFACE_H__
5#define __DIVA_PCI_INTERFACE_H__
6
7void __iomem *divasa_remap_pci_bar(diva_os_xdi_adapter_t *a,
475be4d8
JP
8 int id,
9 unsigned long bar,
10 unsigned long area_length);
1da177e4
LT
11void divasa_unmap_pci_bar(void __iomem *bar);
12unsigned long divasa_get_pci_irq(unsigned char bus,
13 unsigned char func, void *pci_dev_handle);
14unsigned long divasa_get_pci_bar(unsigned char bus,
15 unsigned char func,
16 int bar, void *pci_dev_handle);
17byte diva_os_get_pci_bus(void *pci_dev_handle);
18byte diva_os_get_pci_func(void *pci_dev_handle);
19
20#endif