summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStaffan Broddene <staffan.broddene@stericsson.com>2010-12-15 11:29:51 +0100
committerStaffan Broddene <staffan.broddene@stericsson.com>2010-12-15 11:29:51 +0100
commitbace366856c082585b4bd8764b99a0c8454dd178 (patch)
tree5277c8d802b290153aa65c430a88377f8d0eedf5
parent601ecc9ca65fd8b1718f4b8db2534a2bfe23d778 (diff)
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 <robert.fekete@stericsson.com> Published-on: Wed, 29 Sep 2010 12:34:39 +0200 Rodos: rodos 8.2.0
-rw-r--r--component.desc15
-rwxr-xr-xinclude/blt_api.h11
2 files changed, 19 insertions, 7 deletions
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;
/**