cregit-Linux how code gets into the kernel

Release 4.14 arch/ia64/include/asm/dma.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_IA64_DMA_H

#define _ASM_IA64_DMA_H

/*
 * Copyright (C) 1998-2002 Hewlett-Packard Co
 *      David Mosberger-Tang <davidm@hpl.hp.com>
 */


#include <asm/io.h>		/* need byte IO */

extern unsigned long MAX_DMA_ADDRESS;

#ifdef CONFIG_PCI
  extern int isa_dma_bridge_buggy;
#else

# define isa_dma_bridge_buggy 	(0)
#endif


#define free_dma(x)

void dma_mark_clean(void *addr, size_t size);

#endif /* _ASM_IA64_DMA_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)3057.69%233.33%
Jan Beulich1121.15%116.67%
David Mosberger-Tang713.46%116.67%
Linus Torvalds35.77%116.67%
Greg Kroah-Hartman11.92%116.67%
Total52100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.