Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_GENERIC_DMA_MAPPING_H
0003 #define _ASM_GENERIC_DMA_MAPPING_H
0004 
0005 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
0006 {
0007     return NULL;
0008 }
0009 
0010 #endif /* _ASM_GENERIC_DMA_MAPPING_H */