bloblist: doc: Bring in the API documentation
FIx up various minor errors and add the API documentation to the bloblist docs, since it is quite useful to see it in the same place. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -31,7 +31,7 @@ Blobs
|
||||
While each blob in the bloblist can be of any length, bloblists are designed to
|
||||
hold small amounts of data, typically a few KB at most. It is not possible to
|
||||
change the length of a blob once it has been written. Each blob is normally
|
||||
created from a C structure which can beused to access its fields.
|
||||
created from a C structure which can be used to access its fields.
|
||||
|
||||
|
||||
Blob tags
|
||||
@@ -93,6 +93,12 @@ This should move to using bloblist, to avoid having its own mechanism for
|
||||
passing information between U-Boot parts.
|
||||
|
||||
|
||||
API documentation
|
||||
-----------------
|
||||
|
||||
.. kernel-doc:: include/bloblist.h
|
||||
|
||||
|
||||
Simon Glass
|
||||
sjg@chromium.org
|
||||
12-Aug-2018
|
||||
|
||||
Reference in New Issue
Block a user