Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3371cd1f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: Export caching APIs"

parents 5830ea78 2f46eb50
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@
#include <linux/uaccess.h>
#include <linux/io.h>

#include <asm/cacheflush.h>
#include <asm/checksum.h>

	/* user mem (segment) */
@@ -58,3 +59,8 @@ EXPORT_SYMBOL(clear_bit);
EXPORT_SYMBOL(test_and_clear_bit);
EXPORT_SYMBOL(change_bit);
EXPORT_SYMBOL(test_and_change_bit);

	/* caching functions */
EXPORT_SYMBOL(__dma_inv_range);
EXPORT_SYMBOL(__dma_clean_range);
EXPORT_SYMBOL(__dma_flush_range);