]> Git Repo - linux.git/blob - include/linux/isa-dma.h
svcrdma: Add Write chunk WRs to the RPC's Send WR chain
[linux.git] / include / linux / isa-dma.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2
3 #ifndef __LINUX_ISA_DMA_H
4 #define __LINUX_ISA_DMA_H
5
6 #include <asm/dma.h>
7
8 #if defined(CONFIG_PCI) && defined(CONFIG_X86_32)
9 extern int isa_dma_bridge_buggy;
10 #else
11 #define isa_dma_bridge_buggy    (0)
12 #endif
13
14 #endif /* __LINUX_ISA_DMA_H */
This page took 0.036056 seconds and 4 git commands to generate.