diff options
author | Russell King <rmk@arm.linux.org.uk> | 2012-10-22 13:05:22 +0100 |
---|---|---|
committer | root <root@cubox.(none)> | 2012-10-22 14:57:04 +0100 |
commit | bf64f87bbae91c7a4b77ecb0b892906335e054ea (patch) | |
tree | d406fe0cc5d975850a7d941ea0167a72de1c0027 /bmm_lib.h | |
parent | 75843921f1aff8f5221f7ac7df19a897db94eb6f (diff) |
Remove bmm_dma_memcpy() and bmm_dma_sync()
Diffstat (limited to 'bmm_lib.h')
-rw-r--r-- | bmm_lib.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 */ |