summaryrefslogtreecommitdiff
path: root/vmeta_lib.h
diff options
context:
space:
mode:
authorJoseph Lo <jlo@marvell.com>2010-04-21 14:24:04 +0800
committerLea Li <lea.li@marvell.com>2010-04-21 16:23:09 +0800
commita7a3e19282f435f73d0d2c9151695e40cf9b3b7c (patch)
tree873f8f3e74501a3a2bc491d38080df447917c943 /vmeta_lib.h
parentd22406f55aa68562b23cc64d3249255f608eccd7 (diff)
update for BMM update & two memory attr for vdec_os_api_dma_alloc
Diffstat (limited to 'vmeta_lib.h')
-rwxr-xr-xvmeta_lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vmeta_lib.h b/vmeta_lib.h
index 561e855..3c44412 100755
--- a/vmeta_lib.h
+++ b/vmeta_lib.h
@@ -55,6 +55,8 @@ SIGN32 vdec_os_driver_clean(void);
// Memory operation API
//---------------------------------------------------------------------------
void * vdec_os_api_dma_alloc(UNSG32 size, UNSG32 align, UNSG32 * pPhysical);
+void * vdec_os_api_dma_alloc_writecombine(UNSG32 size, UNSG32 align, UNSG32 * pPhysical);
+void * vdec_os_api_dma_alloc_cached(UNSG32 size, UNSG32 align, UNSG32 * pPhysical);
void vdec_os_api_dma_free(void *ptr);
void *vdec_os_api_vmalloc(UNSG32 size, UNSG32 align); // always return VA and can't be translated to PA