cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Fenghua Yu8100.00%1100.00%
Total8100.00%1100.00%

#endif #endif /* ASM_IA64__SWIOTLB_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Fenghua Yu4291.30%133.33%
FUJITA Tomonori36.52%133.33%
Greg Kroah-Hartman12.17%133.33%
Total46100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.