allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / drivers / isdn / hardware / eicon / diva_pci.h
blobcc0d5102723a54e2daf70e1166e56b8681b60c93
1 /* $Id: diva_pci.h,v 1.6 2003/01/04 15:29:45 schindler Exp $ */
3 #ifndef __DIVA_PCI_INTERFACE_H__
4 #define __DIVA_PCI_INTERFACE_H__
6 void __iomem *divasa_remap_pci_bar(diva_os_xdi_adapter_t *a,
7 int id,
8 unsigned long bar,
9 unsigned long area_length);
10 void divasa_unmap_pci_bar(void __iomem *bar);
11 unsigned long divasa_get_pci_irq(unsigned char bus,
12 unsigned char func, void *pci_dev_handle);
13 unsigned long divasa_get_pci_bar(unsigned char bus,
14 unsigned char func,
15 int bar, void *pci_dev_handle);
16 byte diva_os_get_pci_bus(void *pci_dev_handle);
17 byte diva_os_get_pci_func(void *pci_dev_handle);
19 #endif