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 --- include/blt_api.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'include') 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