summaryrefslogtreecommitdiffstats
path: root/include/dfu.h
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@samsung.com>2013-10-08 14:30:39 +0200
committerMarek Vasut <marex@denx.de>2013-10-20 23:42:40 +0200
commitd42782631d59ea12251629bb827f725ef4dfddf6 (patch)
treebc85a437493ded268745a43842f7208a8d73521e /include/dfu.h
parentfed936ed8004dd4972777aa29d882b7e88c6da7b (diff)
downloadblackbird-obmc-uboot-d42782631d59ea12251629bb827f725ef4dfddf6.tar.gz
blackbird-obmc-uboot-d42782631d59ea12251629bb827f725ef4dfddf6.zip
dfu:core: Export dfu_{get|free}_buf functions
Define the dfu_get_buf() and dfu_free_buf() as global functions. They are necessary for zero copy buffer management, when DFU backend is used for storing data. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Diffstat (limited to 'include/dfu.h')
-rw-r--r--include/dfu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dfu.h b/include/dfu.h
index b14425503d..cc14044927 100644
--- a/include/dfu.h
+++ b/include/dfu.h
@@ -129,6 +129,8 @@ void dfu_trigger_reset(void);
int dfu_get_alt(char *name);
bool dfu_reset(void);
int dfu_init_env_entities(char *interface, int dev);
+unsigned char *dfu_get_buf(void);
+unsigned char *dfu_free_buf(void);
int dfu_read(struct dfu_entity *de, void *buf, int size, int blk_seq_num);
int dfu_write(struct dfu_entity *de, void *buf, int size, int blk_seq_num);
OpenPOWER on IntegriCloud