summaryrefslogtreecommitdiff
path: root/bmm_lib.h
diff options
context:
space:
mode:
authorRussell King <rmk@arm.linux.org.uk>2012-10-22 13:05:22 +0100
committerroot <root@cubox.(none)>2012-10-22 14:57:04 +0100
commitbf64f87bbae91c7a4b77ecb0b892906335e054ea (patch)
treed406fe0cc5d975850a7d941ea0167a72de1c0027 /bmm_lib.h
parent75843921f1aff8f5221f7ac7df19a897db94eb6f (diff)
Remove bmm_dma_memcpy() and bmm_dma_sync()
Diffstat (limited to 'bmm_lib.h')
-rw-r--r--bmm_lib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bmm_lib.h b/bmm_lib.h
index 90c8893..6190088 100644
--- a/bmm_lib.h
+++ b/bmm_lib.h
@@ -54,8 +54,6 @@ unsigned long bmm_get_total_space();
unsigned long bmm_get_free_space();
unsigned long bmm_get_allocated_space();
void bmm_flush_cache(void *vaddr, int dir);
-void *bmm_dma_memcpy(void *dest, const void *src, size_t n); /* Obsolete */
-void bmm_dma_sync(); /* Obsolete */
void bmm_flush_cache_range(void *start, size_t size, int direction);
void bmm_flush_user(void *start, long size, int direction);
void bmm_dump(); /* for debugging */