diff options
Diffstat (limited to 'arch/m68k/include/asm/dma.h')
| -rw-r--r-- | arch/m68k/include/asm/dma.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/dma.h b/arch/m68k/include/asm/dma.h index 947064184639..0ff3fc6a6d9a 100644 --- a/arch/m68k/include/asm/dma.h +++ b/arch/m68k/include/asm/dma.h | |||
| @@ -488,6 +488,10 @@ static __inline__ int get_dma_residue(unsigned int dmanr) | |||
| 488 | extern int request_dma(unsigned int dmanr, const char * device_id); /* reserve a DMA channel */ | 488 | extern int request_dma(unsigned int dmanr, const char * device_id); /* reserve a DMA channel */ |
| 489 | extern void free_dma(unsigned int dmanr); /* release it again */ | 489 | extern void free_dma(unsigned int dmanr); /* release it again */ |
| 490 | 490 | ||
| 491 | #ifdef CONFIG_PCI | ||
| 492 | extern int isa_dma_bridge_buggy; | ||
| 493 | #else | ||
| 491 | #define isa_dma_bridge_buggy (0) | 494 | #define isa_dma_bridge_buggy (0) |
| 495 | #endif | ||
| 492 | 496 | ||
| 493 | #endif /* _M68K_DMA_H */ | 497 | #endif /* _M68K_DMA_H */ |
