GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / isdn / hardware / eicon / diva_pci.h
bloba041f126819d51ec622864f2431e3a22dfe449ec
1 /* $Id: diva_pci.h,v 1.6 2003/01/04 15:29:45 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