Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
diva_pci.h
Go to the documentation of this file.
1 /* $Id: diva_pci.h,v 1.6 2003/01/04 15:29:45 schindler Exp $ */
2 
3 #ifndef __DIVA_PCI_INTERFACE_H__
4 #define __DIVA_PCI_INTERFACE_H__
5 
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);
18 
19 #endif