Release 4.14 arch/ia64/include/asm/swiotlb.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef ASM_IA64__SWIOTLB_H
#define ASM_IA64__SWIOTLB_H
#include <linux/dma-mapping.h>
#include <linux/swiotlb.h>
#ifdef CONFIG_SWIOTLB
extern int swiotlb;
extern void pci_swiotlb_init(void);
#else
#define swiotlb 0
static inline void pci_swiotlb_init(void)
{
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Fenghua Yu | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
#endif
#endif /* ASM_IA64__SWIOTLB_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Fenghua Yu | 42 | 91.30% | 1 | 33.33% |
FUJITA Tomonori | 3 | 6.52% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 2.17% | 1 | 33.33% |
Total | 46 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.