https://github.com/raspberrypi/linux
Raw File
Tip revision: 94dbfa7606fc2f3df44979ed9c2d1d3676f2c159 authored by Phil Elwell on 28 October 2019, 20:51:29 UTC
configs: Add CGROUP_BPF and BPF_SYSCALL
Tip revision: 94dbfa7
dma-mapping.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_GENERIC_DMA_MAPPING_H
#define _ASM_GENERIC_DMA_MAPPING_H

static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
{
	return NULL;
}

#endif /* _ASM_GENERIC_DMA_MAPPING_H */
back to top