cregit-Linux how code gets into the kernel

Release 4.10 arch/h8300/include/asm/dma-mapping.h

#ifndef _H8300_DMA_MAPPING_H

#define _H8300_DMA_MAPPING_H

extern struct dma_map_ops h8300_dma_map_ops;


static inline struct dma_map_ops *get_dma_ops(struct device *dev) { return &h8300_dma_map_ops; }

Contributors

PersonTokensPropCommitsCommitProp
yoshinori satoyoshinori sato18100.00%1100.00%
Total18100.00%1100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
yoshinori satoyoshinori sato31100.00%1100.00%
Total31100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.