repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
USB: update Kconfig entry for USB_SUSPEND
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
asm-v850
/
dma-mapping.h
blob
1cc42c603a1b858ec6e8ab8d00ce0fbc5edaa0d2
1
#ifndef __V850_DMA_MAPPING_H__
2
#define __V850_DMA_MAPPING_H__
3
4
5
#ifdef CONFIG_PCI
6
#include <asm-generic/dma-mapping.h>
7
#else
8
#include <asm-generic/dma-mapping-broken.h>
9
#endif
10
11
#endif
/* __V850_DMA_MAPPING_H__ */