diff options
Diffstat (limited to 'arch/arm64/include/asm/cacheflush.h')
| -rw-r--r-- | arch/arm64/include/asm/cacheflush.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/cacheflush.h b/arch/arm64/include/asm/cacheflush.h index 889324981aa4..4c60e64a801c 100644 --- a/arch/arm64/include/asm/cacheflush.h +++ b/arch/arm64/include/asm/cacheflush.h | |||
| @@ -85,6 +85,13 @@ static inline void flush_cache_page(struct vm_area_struct *vma, | |||
| 85 | } | 85 | } |
| 86 | 86 | ||
| 87 | /* | 87 | /* |
| 88 | * Cache maintenance functions used by the DMA API. No to be used directly. | ||
| 89 | */ | ||
| 90 | extern void __dma_map_area(const void *, size_t, int); | ||
| 91 | extern void __dma_unmap_area(const void *, size_t, int); | ||
| 92 | extern void __dma_flush_range(const void *, const void *); | ||
| 93 | |||
| 94 | /* | ||
| 88 | * Copy user data from/to a page which is mapped into a different | 95 | * Copy user data from/to a page which is mapped into a different |
| 89 | * processes address space. Really, we want to allow our "user | 96 | * processes address space. Really, we want to allow our "user |
| 90 | * space" model to handle this. | 97 | * space" model to handle this. |
