c05564c4d8
Android 13
9 lines
187 B
C
Executable file
9 lines
187 B
C
Executable file
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __LINUX_DMA_REMOVED_H
|
|
#define __LINUX_DMA_REMOVED_H
|
|
|
|
extern const struct dma_map_ops removed_dma_ops;
|
|
|
|
#endif /* __LINUX_DMA_REMOVED_H */
|
|
|