From bace366856c082585b4bd8764b99a0c8454dd178 Mon Sep 17 00:00:00 2001 From: Staffan Broddene Date: Wed, 15 Dec 2010 11:29:51 +0100 Subject: b2r2lib: Added documentation files in ste-info, ST-Ericsson ID: WP273606 Change-Id: I90d8fe9a6c9d1558a4529f574bb21ca093226305 Component: linux_b2r2lib:generic:1.0.13:src Published-by: erobfek Published-on: Wed, 29 Sep 2010 12:34:39 +0200 Rodos: rodos 8.2.0 --- component.desc | 15 +++++++++++++++ include/blt_api.h | 11 ++++------- 2 files changed, 19 insertions(+), 7 deletions(-) create mode 100644 component.desc diff --git a/component.desc b/component.desc new file mode 100644 index 0000000..4a78611 --- /dev/null +++ b/component.desc @@ -0,0 +1,15 @@ +------------------------------------------------------------ +Component: linux_b2r2lib +------------------------------------------------------------ +Id ...... linux_b2r2lib:generic:1.0.13:src +Date .... 2010-12-15T11:29:51+0100 +Content . 6 file(s), 3 directory(ies), 0 symlink(s) + +Manifest + +d00b4516557aa5ef8927267d8fec067a Android.mk +297a96bfe3db6b02fd3b018ce4483863 Makefile +d328e160866df0a5d90f399fae454676 include/blt_api.h +1d86cd442a3e6c8f6095d13df35726e8 src/blt_b2r2.c +15d69eed5d892b63f52ca860b0b694c7 ste-info/toc-locations.xml +f850f17e8730d9a843db21dc749ed6dd ste-info/userspace_std_api_b2r2lib.xml diff --git a/include/blt_api.h b/include/blt_api.h index 5e61f88..0633e04 100755 --- a/include/blt_api.h +++ b/include/blt_api.h @@ -218,14 +218,10 @@ enum blt_ptr_type { */ BLT_PTR_NONE, /** - * @deprecated Not supported, will be removed - * * @brief Use offset as a userspace virtual address */ BLT_PTR_VIRTUAL, /** - * @deprecated Will be removed - * * @brief Use offset as a physical address */ BLT_PTR_PHYSICAL, @@ -256,9 +252,10 @@ struct blt_buf { */ int32_t fd; /** - * @brief Offset where buffer can be found. If 'type' is set to - * BLT_PTR_VIRTUAL or BLT_PTR_PHYSICAL, then the offset is interpreted as - * an address. + * @brief Offset where buffer can be found. When used in + * conjunction with a hwmem buffer the offset must be a multiple + * of the image size. If 'type' is set to BLT_PTR_VIRTUAL or + * BLT_PTR_PHYSICAL, then the offset is interpreted as an address. */ uint32_t offset; /** -- cgit v1.2.3