Release 4.14 arch/um/include/asm/dma.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __UM_DMA_H
#define __UM_DMA_H
#include <asm/io.h>
extern unsigned long uml_physmem;
#define MAX_DMA_ADDRESS (uml_physmem)
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Jeff Dike | 19 | 90.48% | 1 | 33.33% |
Al Viro | 1 | 4.76% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 4.76% | 1 | 33.33% |
Total | 21 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.