swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 49914084e797530d9baaf51df9eda77babc98fa8 authored by Linus Torvalds on 24 January 2008, 22:58:37 UTC
Linux 2.6.24
Tip revision: 4991408
pci.h
#ifndef __ASM_AVR32_PCI_H__
#define __ASM_AVR32_PCI_H__

/* We don't support PCI yet, but some drivers require this file anyway */

#define PCI_DMA_BUS_IS_PHYS	(1)

#endif /* __ASM_AVR32_PCI_H__ */
back to top