cregit-Linux how code gets into the kernel

Release 4.17 arch/nds32/include/asm/dma-mapping.h

// SPDX-License-Identifier: GPL-2.0
// Copyright (C) 2005-2017 Andes Technology Corporation

#ifndef ASMNDS32_DMA_MAPPING_H

#define ASMNDS32_DMA_MAPPING_H

extern struct dma_map_ops nds32_dma_ops;


static inline struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) { return &nds32_dma_ops; }

Contributors

PersonTokensPropCommitsCommitProp
Greentime Hu18100.00%1100.00%
Total18100.00%1100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Greentime Hu33100.00%1100.00%
Total33100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.