cregit-Linux how code gets into the kernel

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

#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)3058.82%240.00%
Jan Beulich1121.57%120.00%
David Mosberger-Tang713.73%120.00%
Linus Torvalds35.88%120.00%
Total51100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.