~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/tile/include/asm/pci.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 */
47
47
#define PCI_DMA_BUS_IS_PHYS     1
48
48
 
49
 
int __init tile_pci_init(void);
 
49
int __devinit tile_pci_init(void);
 
50
int __devinit pcibios_init(void);
50
51
 
51
52
void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long max);
52
53
static inline void pci_iounmap(struct pci_dev *dev, void __iomem *addr) {}